Skip to content

Commit

Permalink
Bump com.google.firebase:firebase-bom from 32.7.4 to 32.8.0
Browse files Browse the repository at this point in the history
Bumps com.google.firebase:firebase-bom from 32.7.4 to 32.8.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 Apr 4, 2024
1 parent 92f8466 commit 169df74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion LogcatCrashlyticLib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ android {
dependencies {
api project(':LogcatCoreLib')
// Import the BoM for the Firebase platform
api platform('com.google.firebase:firebase-bom:32.7.4')
api platform('com.google.firebase:firebase-bom:32.8.0')

// Add the dependencies for the Crashlytics and Analytics libraries
// When using the BoM, you don't specify versions in Firebase library dependencies
Expand Down

0 comments on commit 169df74

Please sign in to comment.