Created
June 2, 2025 11:54
-
-
Save KevinBlock-GC/0ef34d96a5bb69c13202bfb4ccbd4523 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
[versions] | |
firebase-bom = "33.14.0" | |
google-services-plugin = "4.4.2" | |
[libraries] | |
android-firebase-bom = { module = "com.google.firebase:firebase-bom", version.ref = "firebase-bom" } | |
# Optional, include if using firebase auth | |
android-firebase-auth = { module = "com.google.firebase:firebase-auth" } | |
# Optional, include if using firebase analytics | |
android-firebase-analytics = { module = "com.google.firebase:firebase-analytics" } | |
[plugins] | |
googleServices = { id = "com.google.gms.google-services", version.ref = "google-services-plugin" } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment