From ce4ec6820c6c560d81d77330cbfb1104bd7393fa Mon Sep 17 00:00:00 2001 From: isra el Date: Wed, 28 May 2025 12:39:08 +0300 Subject: [PATCH] chore(android): bump android version --- 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 bb722e7..17449c6 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -10,8 +10,8 @@ android { applicationId "com.vernu.sms" minSdk 24 targetSdk 32 - versionCode 11 - versionName "2.3.1" + versionCode 12 + versionName "2.5.0" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"