Skip to content

Commit 10fc182

Browse files
committed
bump version code for android
1 parent 44fa566 commit 10fc182

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

shared/android/app/build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,8 @@ def Integer getVersionCode() {
125125
commandLine 'git', 'rev-list', 'HEAD', '--count'
126126
standardOutput = stdout
127127
}
128-
return Integer.parseInt(stdout.toString().trim()) + 10516799 // plus bump it so its above the old version code
128+
// return Integer.parseInt(stdout.toString().trim()) + 10516799 // plus bump it so its above the old version code
129+
return 10552650
129130
}
130131

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

0 commit comments

Comments
 (0)