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)