Skip to content

Instantly share code, notes, and snippets.

@cp-hardik-p
Last active September 29, 2022 12:42
Show Gist options
  • Save cp-hardik-p/a1ae4ec5ab1578f8e25ab40a163e6f4d to your computer and use it in GitHub Desktop.
Save cp-hardik-p/a1ae4ec5ab1578f8e25ab40a163e6f4d to your computer and use it in GitHub Desktop.
buildscript {
repositories {
google()
}
dependencies {
classpath 'com.google.gms:google-services:4.3.13'
classpath 'com.google.firebase:firebase-crashlytics-gradle:2.9.1'
}
}
allprojects {
repositories {
google()
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment