Skip to content

Instantly share code, notes, and snippets.

@pavan5208
Created July 18, 2021 14:34
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 pavan5208/2831a5ddcebb84d4fcb453f07ee7989f to your computer and use it in GitHub Desktop.
Save pavan5208/2831a5ddcebb84d4fcb453f07ee7989f to your computer and use it in GitHub Desktop.
repositories {
google()
}
dependencies {
...
classpath 'com.google.gms:google-services:4.3.8'
}
allprojects {
repositories {
...
google()
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment