From 9b9d92592ce1fe31a4f3292f91df8f9a7be2d74e Mon Sep 17 00:00:00 2001 From: isra el Date: Wed, 4 Jun 2025 21:08:24 +0300 Subject: [PATCH] chore(android): bump android app version to 2.6.0(13) --- android/app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/android/app/build.gradle b/android/app/build.gradle index 781005e..4f34b71 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -11,8 +11,8 @@ android { applicationId "com.vernu.sms" minSdk 24 targetSdk 32 - versionCode 12 - versionName "2.5.0" + versionCode 13 + versionName "2.6.0" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"