diff --git a/functions/app/build.gradle.kts b/functions/app/build.gradle.kts index 4433e621..c49065d2 100644 --- a/functions/app/build.gradle.kts +++ b/functions/app/build.gradle.kts @@ -36,7 +36,7 @@ dependencies { implementation("androidx.appcompat:appcompat:1.7.0") // Import the BoM for the Firebase platform - implementation(platform("com.google.firebase:firebase-bom:33.5.1")) + implementation(platform("com.google.firebase:firebase-bom:33.6.0")) // Add the dependency for the Cloud Functions library // When using the BoM, you don't specify versions in Firebase library dependencies