From b86f0cf8b24d172d64c613b5538e02511b8d0573 Mon Sep 17 00:00:00 2001 From: isra el Date: Thu, 18 May 2023 13:52:15 +0300 Subject: [PATCH] bump android app version to 1.3.0(5) --- 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 c377709..168b628 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 4 - versionName "1.2.0" + versionCode 5 + versionName "1.3.0" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" }