From 0d1a9bcdb06167451982e8c81ccd70043f31b1ee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Jun 2026 22:01:57 +0000 Subject: [PATCH] chore(deps): Bump com.google.firebase:firebase-bom in /android Bumps com.google.firebase:firebase-bom from 33.7.0 to 34.14.1. --- updated-dependencies: - dependency-name: com.google.firebase:firebase-bom dependency-version: 34.14.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- android/app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/app/build.gradle b/android/app/build.gradle index fdae8e7..2dbc964 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -133,7 +133,7 @@ dependencies { autoImplementation 'androidx.car.app:app:1.7.0' autoImplementation 'androidx.car.app:app-projected:1.7.0' autoImplementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.8.1' - autoImplementation platform('com.google.firebase:firebase-bom:33.7.0') + autoImplementation platform('com.google.firebase:firebase-bom:34.14.1') autoImplementation 'com.google.firebase:firebase-auth' autoImplementation 'com.google.firebase:firebase-functions' autoImplementation 'com.google.firebase:firebase-firestore'