Loading GmsApi @ c90a6851 Compare 664194ec to c90a6851 Original line number Diff line number Diff line Subproject commit 664194ec2ad6c019545bf1bad21fe45cf6bfc3f8 Subproject commit c90a6851b2384a78b5a7a6bcd1b5e21c3d11c4ca GmsLib @ b5342173 Compare 8b581314 to b5342173 Original line number Diff line number Diff line Subproject commit 8b5813143ed11fbcb533d407ce58fb32a54fe18a Subproject commit b5342173d388ebde73180e94014a62480a7cd9dd play-services-core/build.gradle +2 −2 Original line number Diff line number Diff line Loading @@ -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 Loading
GmsApi @ c90a6851 Compare 664194ec to c90a6851 Original line number Diff line number Diff line Subproject commit 664194ec2ad6c019545bf1bad21fe45cf6bfc3f8 Subproject commit c90a6851b2384a78b5a7a6bcd1b5e21c3d11c4ca
GmsLib @ b5342173 Compare 8b581314 to b5342173 Original line number Diff line number Diff line Subproject commit 8b5813143ed11fbcb533d407ce58fb32a54fe18a Subproject commit b5342173d388ebde73180e94014a62480a7cd9dd
play-services-core/build.gradle +2 −2 Original line number Diff line number Diff line Loading @@ -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