We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3cd2935 commit aca0c51Copy full SHA for aca0c51
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.7.0"))
55
56
// Cloud Functions for Firebase
57
implementation("com.google.firebase:firebase-functions")
0 commit comments