From 9681f675fad609b21da75153dacc4bb644dbe6cc Mon Sep 17 00:00:00 2001 From: Igor Mikushkin Date: Wed, 15 Apr 2020 17:31:14 +0400 Subject: [PATCH] version update --- 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 9fb98f7..c5dfda0 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -10,8 +10,8 @@ android { applicationId "com.github.igrmk.smsq" minSdkVersion 19 targetSdkVersion 28 - versionCode 11 - versionName "1.1" + versionCode 12 + versionName "1.2" testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" vectorDrawables.useSupportLibrary = true }