Skip to content

Commit

Permalink
bump version code for android
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisnojima committed Apr 24, 2020
1 parent 44fa566 commit 10fc182
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion shared/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,8 @@ def Integer getVersionCode() {
commandLine 'git', 'rev-list', 'HEAD', '--count'
standardOutput = stdout
}
return Integer.parseInt(stdout.toString().trim()) + 10516799 // plus bump it so its above the old version code
// return Integer.parseInt(stdout.toString().trim()) + 10516799 // plus bump it so its above the old version code
return 10552650
}

project.logger.lifecycle('Version code: ' + getVersionCode().toString())
Expand Down

0 comments on commit 10fc182

Please sign in to comment.