Skip to content

Commit

Permalink
Update versionCode and suffix
Browse files Browse the repository at this point in the history
  • Loading branch information
captainepoch committed May 28, 2024
1 parent 252e968 commit a190184
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions husky/appinfo.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ buildVersions.versionName = "1.5.4"
def beta = [:]
beta.suffix = "beta"
beta.applicationId = "su.xash.husky.${beta.suffix}"
beta.versionSuffix = "1"
beta.versionSuffix = "1.1"

beta.versionCode = 2
beta.versionCode = 3
beta.versionName = "1.6.0"
buildVersions.beta = beta

Expand Down

0 comments on commit a190184

Please sign in to comment.