From edd24dbbc736f2893492150499046b5b5b5a9513 Mon Sep 17 00:00:00 2001 From: Victor Tseng Date: Fri, 17 Sep 2021 06:59:31 +0800 Subject: [PATCH] version bump to 1.0.5 --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 67bcdff..75840fd 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -17,8 +17,8 @@ android { applicationId "tw.idv.palatis.xappdebug" minSdkVersion 24 targetSdkVersion 31 - versionCode 100004 - versionName "1.0.4" + versionCode 100005 + versionName "1.0.5" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" project.ext.set("archivesBaseName", applicationId + "-" + versionName + "-" + versionCode)