mirror of
https://github.com/YTVanced/VancedMicroG
synced 2024-11-27 21:53:00 +00:00
Version bump
This commit is contained in:
parent
2403f97e18
commit
0596d2c6f1
3 changed files with 4 additions and 4 deletions
2
extern/GmsApi
vendored
2
extern/GmsApi
vendored
|
@ -1 +1 @@
|
|||
Subproject commit 664194ec2ad6c019545bf1bad21fe45cf6bfc3f8
|
||||
Subproject commit c90a6851b2384a78b5a7a6bcd1b5e21c3d11c4ca
|
2
extern/GmsLib
vendored
2
extern/GmsLib
vendored
|
@ -1 +1 @@
|
|||
Subproject commit 8b5813143ed11fbcb533d407ce58fb32a54fe18a
|
||||
Subproject commit b5342173d388ebde73180e94014a62480a7cd9dd
|
|
@ -60,9 +60,9 @@ android {
|
|||
|
||||
defaultConfig {
|
||||
versionName getMyVersionName()
|
||||
def x = getMyVersionCode()
|
||||
def x = getMyVersionCode() - 350
|
||||
// We are not allowed to freely choose the hundreds column as it defines the device type
|
||||
versionCode(11672400 + x % 100 + ((int) (x / 100)) * 1000)
|
||||
versionCode(11951400 + x % 100 + ((int) (x / 100)) * 1000)
|
||||
|
||||
minSdkVersion androidMinSdk()
|
||||
targetSdkVersion androidTargetSdk()
|
||||
|
|
Loading…
Reference in a new issue