Skip to content

Commit

Permalink
Bump com.google.firebase:firebase-bom from 33.6.0 to 33.7.0 in /android
Browse files Browse the repository at this point in the history
Bumps com.google.firebase:firebase-bom from 33.6.0 to 33.7.0.

---
updated-dependencies:
- dependency-name: com.google.firebase:firebase-bom
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 5, 2024
1 parent 899c75f commit 12f6628
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 12f6628

Please sign in to comment.