diff --git a/android/app/build.gradle b/android/app/build.gradle index dbb6882e..a1d7f8a0 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -110,7 +110,7 @@ dependencies { testImplementation "junit:junit:4.13.2" // https://developer.android.com/jetpack/androidx/releases/test/#1.2.0 coreLibraryDesugaring "com.android.tools:desugar_jdk_libs:2.1.3" - implementation(platform("com.google.firebase:firebase-bom:33.6.0")) + implementation(platform("com.google.firebase:firebase-bom:33.7.0")) } configurations.configureEach {