Skip to content

Commit

Permalink
release: 0.13-beta.4
Browse files Browse the repository at this point in the history
  • Loading branch information
xz-dev committed Apr 24, 2023
1 parent 952b672 commit ca3a85c
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 @@ -20,8 +20,8 @@ android {
applicationId "net.xzos.upgradeall"
minSdkVersion 21
targetSdkVersion 33
versionCode 103
versionName "0.13-beta.3"
versionCode 104
versionName "0.13-beta.4"
if (project.hasProperty('appVerName')) {
versionName = "${versionName}_${appVerName}"
}
Expand Down

0 comments on commit ca3a85c

Please sign in to comment.