From ca81b3bc6f3165cbb2564e7942ea138ff0fe9e63 Mon Sep 17 00:00:00 2001 From: nondanee Date: Thu, 11 Jun 2020 01:30:46 +0800 Subject: [PATCH] bump version --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index e94bb47..b788217 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -15,8 +15,8 @@ android { applicationId "com.nondanee.keyakimsgassistant" minSdkVersion 21 targetSdkVersion 28 - versionCode 19 - versionName "3.5" + versionCode 20 + versionName "3.6" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" } buildTypes {