mirror of
https://github.com/TeamVanced/VancedMicroG
synced 2024-11-19 02:29:25 +01:00
Increase verison code, fixes #335
This commit is contained in:
parent
7f13738e61
commit
0f3a472a11
2
extern/GmsApi
vendored
2
extern/GmsApi
vendored
@ -1 +1 @@
|
|||||||
Subproject commit 05c12cab6d65444b0c5d9882f8df6224168ff7aa
|
Subproject commit 3933ac65c7079f253154c0527ad36fc6d2fd9f89
|
@ -62,7 +62,7 @@ android {
|
|||||||
versionName getMyVersionName()
|
versionName getMyVersionName()
|
||||||
def x = getMyVersionCode()
|
def x = getMyVersionCode()
|
||||||
// We are not allowed to freely choose the hundreds column as it defines the device type
|
// We are not allowed to freely choose the hundreds column as it defines the device type
|
||||||
versionCode(10084400 + x % 100 + ((int) (x / 100)) * 1000)
|
versionCode(10542400 + x % 100 + ((int) (x / 100)) * 1000)
|
||||||
|
|
||||||
minSdkVersion androidMinSdk()
|
minSdkVersion androidMinSdk()
|
||||||
targetSdkVersion androidTargetSdk()
|
targetSdkVersion androidTargetSdk()
|
||||||
|
Loading…
Reference in New Issue
Block a user