Skip to content
This repository has been archived by the owner on Sep 4, 2020. It is now read-only.

Commit

Permalink
Revert Issue #909 as Google has fixed Play Services
Browse files Browse the repository at this point in the history
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().
  • Loading branch information
macdonst committed Jun 16, 2016
1 parent c63a41a commit fe3dee5
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions push.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,3 @@ android {
applicationId = doExtractStringFromManifest("package")
}
}

configurations.all {
resolutionStrategy {
force 'com.android.support:support-v4:23.4.0'
}
}

0 comments on commit fe3dee5

Please sign in to comment.