Created
June 20, 2019 08:14
-
-
Save keima/e88fe7dfebd98e6bde447f766b706998 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
... | |
dependencies { | |
... | |
// pinning dependency | |
configurations.all { | |
resolutionStrategy.force "com.google.android.gms:play-services-basement:16.0.1" | |
resolutionStrategy.force "com.google.android.gms:play-services-base:16.0.1" | |
resolutionStrategy.force "com.google.android.gms:play-services-stats:16.0.1" | |
resolutionStrategy.force "com.google.android.gms:play-services-gcm:16.1.0" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment