forked from organicmaps/organicmaps
[android] Increased version code for splitted by abi arch builds
This commit is contained in:
parent
1f1b5f0d79
commit
cd62ffd18f
1 changed files with 1 additions and 1 deletions
|
@ -119,7 +119,7 @@ def getDate() {
|
|||
|
||||
def osName = System.properties['os.name'].toLowerCase()
|
||||
|
||||
project.ext.versionCodes = ['armeabi-v7a': 1, 'x86': 2, 'arm64-v8a': 3]
|
||||
project.ext.versionCodes = ['armeabi-v7a': 30, 'x86': 40, 'arm64-v8a': 50]
|
||||
project.ext.appId = 'com.mapswithme.maps.pro'
|
||||
|
||||
crashlytics {
|
||||
|
|
Loading…
Add table
Reference in a new issue