From d2274f20b019a70ecaaaa9397c4af2b9cec5c8ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Deniz=20D=C3=BCzg=C3=B6ren?= Date: Wed, 7 Aug 2019 08:19:20 +0200 Subject: [PATCH] Bumped build.grade version name to 2.1.2 and code to 19 --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 5a2df97..a6aede4 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -9,8 +9,8 @@ android { applicationId "com.denizd.substitutionplan" minSdkVersion 21 targetSdkVersion 28 - versionCode 18 - versionName "2.1.1" + versionCode 19 + versionName "2.1.2" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" } buildTypes {