From 71f29aeb5979fe3911f370677ab14d17075b256e Mon Sep 17 00:00:00 2001 From: Magellan <39908400+CubeRomanMagellan@users.noreply.github.com> Date: Thu, 28 Nov 2019 13:49:31 +0200 Subject: [PATCH] update version to 1.2.0 --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index acde9b1..dd21db0 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -10,8 +10,8 @@ android { applicationId "com.connectycube.messenger" minSdkVersion 16 targetSdkVersion 28 - versionCode 2 - versionName "1.1.0" + versionCode 3 + versionName "1.2.0" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" multiDexEnabled true javaCompileOptions {