We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee340dd commit ef2035fCopy full SHA for ef2035f
functions/app/build.gradle.kts
@@ -36,7 +36,7 @@ dependencies {
36
implementation("androidx.appcompat:appcompat:1.7.0")
37
38
// Import the BoM for the Firebase platform
39
- implementation(platform("com.google.firebase:firebase-bom:33.5.1"))
+ implementation(platform("com.google.firebase:firebase-bom:33.10.0"))
40
41
// Add the dependency for the Cloud Functions library
42
// When using the BoM, you don't specify versions in Firebase library dependencies
0 commit comments