From 42ca8e725696dc740d1986f1fec892c7c43cef68 Mon Sep 17 00:00:00 2001 From: isra el Date: Mon, 6 May 2024 04:48:28 +0300 Subject: [PATCH] chore(android): bump version to 1.3.1 (11) --- 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 2072a47..bb722e7 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 10 - versionName "2.3.0" + versionCode 11 + versionName "2.3.1" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"