Skip to content

Commit

Permalink
release: 0.13-alpha.2(99)
Browse files Browse the repository at this point in the history
  • Loading branch information
xz-dev committed Jul 4, 2022
1 parent d32ac47 commit 498776e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ android {
applicationId "net.xzos.upgradeall"
minSdkVersion 21
targetSdkVersion 33
versionCode 98
versionName "0.13-alpha.1"
versionCode 99
versionName "0.13-alpha.2"
if (project.hasProperty('appVerName')) {
versionName = "${versionName}_${appVerName}"
}
Expand Down

0 comments on commit 498776e

Please sign in to comment.