Skip to content

Instantly share code, notes, and snippets.

@keima
Created June 20, 2019 08:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save keima/e88fe7dfebd98e6bde447f766b706998 to your computer and use it in GitHub Desktop.
Save keima/e88fe7dfebd98e6bde447f766b706998 to your computer and use it in GitHub Desktop.
...
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