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