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 {