Skip to content

Commit

Permalink
release: bump version v1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
huajijam committed Oct 22, 2023
1 parent a748b3a commit 7a437c4
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.0" + (getGitHeadRefsSuffix.call() as String)
versionName "1.1" + (getGitHeadRefsSuffix.call() as String)
}

buildTypes {
Expand Down

0 comments on commit 7a437c4

Please sign in to comment.