We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff18b31 commit 596999fCopy full SHA for 596999f
functions/app/build.gradle.kts
@@ -51,7 +51,7 @@ dependencies {
51
implementation("com.google.android.material:material:1.12.0")
52
53
// Import the Firebase BoM (see: https://firebase.google.com/docs/android/learn-more#bom)
54
- implementation(platform("com.google.firebase:firebase-bom:33.5.1"))
+ implementation(platform("com.google.firebase:firebase-bom:33.10.0"))
55
56
// Cloud Functions for Firebase
57
// TODO(thatfiredev): remove the pinned dependency version when
0 commit comments