Skip to content

Commit

Permalink
Bump com.google.firebase:firebase-bom from 32.4.1 to 32.5.0
Browse files Browse the repository at this point in the history
Bumps com.google.firebase:firebase-bom from 32.4.1 to 32.5.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] <support@github.com>
  • Loading branch information
dependabot[bot] authored and warting committed Oct 31, 2023
1 parent 1c60ccb commit 4b31a01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ android {


dependencies {
implementation(platform("com.google.firebase:firebase-bom:32.4.1"))
implementation(platform("com.google.firebase:firebase-bom:32.5.0"))
implementation("androidx.constraintlayout:constraintlayout:2.1.4")

implementation("androidx.core:core-ktx:1.8.0")
Expand Down

0 comments on commit 4b31a01

Please sign in to comment.