From f18e183c527e30f5b2596ef49675c572679e4208 Mon Sep 17 00:00:00 2001 From: Victor Tseng Date: Thu, 9 Apr 2020 06:05:41 +0800 Subject: [PATCH] version bump to 1.0.2 (100002) --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index a9c89bd..8bceb62 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -17,8 +17,8 @@ android { applicationId "tw.idv.palatis.xappdebug" minSdkVersion 24 targetSdkVersion 29 - versionCode 100001 - versionName "1.0.1" + versionCode 100002 + versionName "1.0.2" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" project.ext.set("archivesBaseName", applicationId + "-" + versionName + "-" + versionCode)