Last active
September 29, 2022 12:42
-
-
Save cp-hardik-p/a1ae4ec5ab1578f8e25ab40a163e6f4d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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