Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Release 1.6.0-beta4
Browse files Browse the repository at this point in the history
captainepoch committed Jul 23, 2024
1 parent be758a5 commit c82a22a
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
@@ -18,9 +18,9 @@ buildVersions.versionName = "1.5.4"
def beta = [:]
beta.suffix = "beta"
beta.applicationId = "su.xash.husky.${beta.suffix}"
beta.versionSuffix = "3"
beta.versionSuffix = "4"

beta.versionCode = 5
beta.versionCode = 6
beta.versionName = "1.6.0"
buildVersions.beta = beta

0 comments on commit c82a22a

Please sign in to comment.