From 76cf4fd161030647bec671850c9494d8eab153e0 Mon Sep 17 00:00:00 2001 From: isra el Date: Sat, 21 May 2022 16:21:54 +0300 Subject: [PATCH] bump version to 1.1.0 --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index e219cf5..76f1bfd 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -10,8 +10,8 @@ android { applicationId "com.vernu.sms" minSdk 24 targetSdk 32 - versionCode 1 - versionName "1.0" + versionCode 3 + versionName "1.1.0" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" }