We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44fa566 commit 10fc182Copy full SHA for 10fc182
shared/android/app/build.gradle
@@ -125,7 +125,8 @@ def Integer getVersionCode() {
125
commandLine 'git', 'rev-list', 'HEAD', '--count'
126
standardOutput = stdout
127
}
128
- 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
129
+ return 10552650
130
131
132
project.logger.lifecycle('Version code: ' + getVersionCode().toString())
0 commit comments