We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 952b672 commit ca3a85cCopy full SHA for ca3a85c
1 file changed
app/build.gradle
@@ -20,8 +20,8 @@ android {
20
applicationId "net.xzos.upgradeall"
21
minSdkVersion 21
22
targetSdkVersion 33
23
- versionCode 103
24
- versionName "0.13-beta.3"
+ versionCode 104
+ versionName "0.13-beta.4"
25
if (project.hasProperty('appVerName')) {
26
versionName = "${versionName}_${appVerName}"
27
}
0 commit comments