From fe3dee5c43ce2c736856fbfe66be0a6a10f5e8c6 Mon Sep 17 00:00:00 2001 From: Simon MacDonald Date: Wed, 15 Jun 2016 22:02:53 -0400 Subject: [PATCH] Revert Issue #909 as Google has fixed Play Services https://developers.google.com/android/guides/releases Google Play services updated to 9.0.1 The Google Play services version 9.0.1 release is now available. This release fixes the following issues with the version 9.0.0 release: Fixes a class change compilation error with ContextCompat.getNoBackupFilesDir(). --- push.gradle | 6 ------ 1 file changed, 6 deletions(-) diff --git a/push.gradle b/push.gradle index 48aee3b3a..11e735ae7 100644 --- a/push.gradle +++ b/push.gradle @@ -19,9 +19,3 @@ android { applicationId = doExtractStringFromManifest("package") } } - -configurations.all { - resolutionStrategy { - force 'com.android.support:support-v4:23.4.0' - } -}