We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c3754f commit a712de0Copy full SHA for a712de0
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 100003
18
- versionName "1.0.3"
+ versionCode 100004
+ versionName "1.0.4"
19
20
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
21
project.ext.set("archivesBaseName", applicationId + "-" + versionName + "-" + versionCode)
0 commit comments