Skip to content

Commit

Permalink
release: bump version v1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
huajijam committed Jun 10, 2024
1 parent 51a87ab commit e8c9341
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ android {
minSdkVersion 23
targetSdkVersion 33
versionCode(getTimeStamp.call() as int)
versionName "1.1" + (getGitHeadRefsSuffix.call() as String)
versionName "1.2" + (getGitHeadRefsSuffix.call() as String)
}

buildTypes {
Expand Down

0 comments on commit e8c9341

Please sign in to comment.