Skip to content

Commit

Permalink
release 1.1.2
Browse files Browse the repository at this point in the history
Signed-off-by: MaiTungTM <[email protected]>
  • Loading branch information
Lagrio committed Feb 26, 2022
1 parent 84ed6e6 commit e004158
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ android {
targetSdk = 32
versionCode = Common.getBuildVersionCode(rootProject)
// versionName = major.minor.bugfix.rev.commit
versionName = "1.1.1" + (Common.getGitHeadRefsSuffix(rootProject))
versionName = "1.1.2" + (Common.getGitHeadRefsSuffix(rootProject))
buildConfigField("String", "BUILD_UUID", "\"$currentBuildUuid\"")
buildConfigField("long", "BUILD_TIMESTAMP", "${System.currentTimeMillis()}L")
ndk {
Expand Down

0 comments on commit e004158

Please sign in to comment.