Skip to content

Instantly share code, notes, and snippets.

@saqib-github-commits
Created April 24, 2023 21:10
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 saqib-github-commits/2aba366a94460180cb6874ff582fd001 to your computer and use it in GitHub Desktop.
Save saqib-github-commits/2aba366a94460180cb6874ff582fd001 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'
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment