Skip to content

Instantly share code, notes, and snippets.

@abhinavraj23
Last active September 28, 2019 19:25
Show Gist options
  • Select an option

  • Save abhinavraj23/532110582379aac8ef73353ada8deb9b to your computer and use it in GitHub Desktop.

Select an option

Save abhinavraj23/532110582379aac8ef73353ada8deb9b to your computer and use it in GitHub Desktop.
buildscript {
repositories {
// Check that you have the following line (if not, add it):
google() // Google's Maven repository
}
dependencies {
// ...
// Add the following line:
classpath 'com.google.gms:google-services:4.3.2' // Google Services plugin
}
}
allprojects {
// ...
repositories {
// Check that you have the following line (if not, add it):
google() // Google's Maven repository
// ...
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment