Skip to content

Instantly share code, notes, and snippets.

@muralitharanaspritle
Created May 4, 2023 16:40
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 muralitharanaspritle/a36009cd7977714b5646532e3925f9d2 to your computer and use it in GitHub Desktop.
Save muralitharanaspritle/a36009cd7977714b5646532e3925f9d2 to your computer and use it in GitHub Desktop.
buildscript {
repositories {
// Make sure that you have the following two repositories
google() // Google's Maven repository
mavenCentral() // Maven Central repository
}
dependencies {
...
// Add the dependency for the Google services Gradle plugin
classpath 'com.google.gms:google-services:4.3.15'
}
}
allprojects {
...
repositories {
// Make sure that you have the following two repositories
google() // Google's Maven repository
mavenCentral() // Maven Central repository
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment