Skip to content

Commit

Permalink
Bump com.google.firebase:firebase-bom from 33.1.2 to 33.5.1 (#960)
Browse files Browse the repository at this point in the history
Bumps com.google.firebase:firebase-bom from 33.1.2 to 33.5.1.

---
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]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 9, 2024
1 parent 8c14180 commit b4b0e04
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ dependencies {
implementation 'androidx.recyclerview:recyclerview:1.3.2'
implementation 'com.google.android.material:material:1.12.0'

implementation platform ('com.google.firebase:firebase-bom:33.1.2')
implementation platform ('com.google.firebase:firebase-bom:33.5.1')

implementation 'com.google.firebase:firebase-analytics-ktx'
implementation 'com.google.firebase:firebase-perf'
Expand Down
2 changes: 1 addition & 1 deletion commons_android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ android {
dependencies {
implementation 'androidx.annotation:annotation:1.8.2'

implementation platform ('com.google.firebase:firebase-bom:33.1.2')
implementation platform ('com.google.firebase:firebase-bom:33.5.1')
implementation 'com.google.firebase:firebase-crashlytics'
implementation 'com.google.firebase:firebase-analytics'

Expand Down

0 comments on commit b4b0e04

Please sign in to comment.