Skip to content

Commit

Permalink
increase version code
Browse files Browse the repository at this point in the history
  • Loading branch information
vchlum committed Dec 6, 2023
1 parent 9922062 commit 796852d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Utils.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ext.getGitVersionCode = { ->
try {
def stdout = new ByteArrayOutputStream()
exec {
commandLine 'git', 'rev-list', '--count', 'HEAD'
commandLine 'echo', '$(($(git rev-list HEAD --count) + 5))'
standardOutput = stdout
}
return Integer.parseInt(stdout.toString().trim())
Expand Down

0 comments on commit 796852d

Please sign in to comment.