We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4679518 commit 39d747dCopy full SHA for 39d747d
1 file changed
app/build.gradle
@@ -19,8 +19,8 @@ android {
19
applicationId "net.xzos.upgradeall"
20
minSdkVersion 21
21
targetSdkVersion 33
22
- versionCode 97
23
- versionName "0.13-alpha"
+ versionCode 98
+ versionName "0.13-alpha.1"
24
if (project.hasProperty('appVerName')) {
25
versionName = "${versionName}_${appVerName}"
26
}
0 commit comments