We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4117b49 commit ee0d302Copy full SHA for ee0d302
1 file changed
app/build.gradle
@@ -14,8 +14,8 @@ android {
14
applicationId "tw.idv.palatis.xappdebug"
15
minSdkVersion 24
16
targetSdkVersion 31
17
- versionCode 100002
18
- versionName "1.0.2"
+ versionCode 100003
+ versionName "1.0.3"
19
20
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
21
project.ext.set("archivesBaseName", applicationId + "-" + versionName + "-" + versionCode)
0 commit comments