diff --git a/android/build.gradle b/android/build.gradle index 898666f5ab..887f721224 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -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') diff --git a/android/gradle.properties b/android/gradle.properties index 96aee97149..bb9211f148 100644 --- a/android/gradle.properties +++ b/android/gradle.properties @@ -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.+ \ No newline at end of file +propAndroidSupportLibrary=com.android.support:support-v4:19.1.0 +propGooglePlayServices=com.google.android.gms:play-services:4.4.52 \ No newline at end of file