Skip to content

Commit

Permalink
Bump version to 7.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
RikkaW committed Jun 26, 2022
1 parent ccbd97a commit 575739c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ task clean(type: Delete) {
ext {
gitCommitId = 'git rev-parse --short HEAD'.execute([], project.rootDir).text.trim()
gitCommitCount = Integer.parseInt('git rev-list --count HEAD'.execute([], project.rootDir).text.trim())
baseVersionName = '6.0.0'
baseVersionName = '7.0.0'

versionCode = gitCommitCount
versionName = "${baseVersionName}.r${gitCommitCount}.${gitCommitId}"
Expand Down

0 comments on commit 575739c

Please sign in to comment.