forked from organicmaps/organicmaps
[android] Updated Google Play Services (install them via android updater tool)
This commit is contained in:
parent
760d8a3692
commit
7a1c6e5010
2 changed files with 3 additions and 3 deletions
|
@ -102,7 +102,7 @@ android {
|
|||
// This is an annoying hack to get around the fact that the Gradle plugin does not support
|
||||
// having libraries with different minSdkVersions. Play Services has a min version of 9 but we support 7 still
|
||||
variant.processManifest.doFirst {
|
||||
File manifestFile = file("${buildDir}/exploded-aar/com.google.android.gms/play-services/4.3.23/AndroidManifest.xml")
|
||||
File manifestFile = file("${buildDir}/exploded-aar/com.google.android.gms/play-services/4.4.52/AndroidManifest.xml")
|
||||
if (manifestFile.exists()) {
|
||||
println("Replacing minSdkVersion in Google Play Services")
|
||||
String content = manifestFile.getText('UTF-8')
|
||||
|
|
|
@ -5,5 +5,5 @@ propVersionCode=300
|
|||
propVersionName=3.0.0
|
||||
propDebugNdkFlags=V=1 NDK_DEBUG=1 DEBUG=1
|
||||
propReleaseNdkFlags=V=1 NDK_DEBUG=0 PRODUCTION=1
|
||||
propAndroidSupportLibrary=com.android.support:support-v4:19.1.+
|
||||
propGooglePlayServices=com.google.android.gms:play-services:4.3.+
|
||||
propAndroidSupportLibrary=com.android.support:support-v4:19.1.0
|
||||
propGooglePlayServices=com.google.android.gms:play-services:4.4.52
|
Loading…
Add table
Reference in a new issue