Skip to content

Commit

Permalink
Bump firebase-bom from 30.4.0 to 30.4.1 (#758)
Browse files Browse the repository at this point in the history
Bumps firebase-bom from 30.4.0 to 30.4.1.

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

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 12, 2022
1 parent f35e57b commit 1ec33fb
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 @@ -129,7 +129,7 @@ dependencies {

implementation 'com.google.android.material:material:1.6.1'

implementation platform('com.google.firebase:firebase-bom:30.4.0')
implementation platform('com.google.firebase:firebase-bom:30.4.1')
implementation 'com.google.firebase:firebase-core'
implementation 'com.google.firebase:firebase-config'
implementation 'com.google.firebase:firebase-perf'
Expand Down
2 changes: 1 addition & 1 deletion feature/push/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ dependencies {
implementation 'androidx.core:core:1.8.0'
implementation 'androidx.appcompat:appcompat:1.5.0'

implementation platform('com.google.firebase:firebase-bom:30.4.0')
implementation platform('com.google.firebase:firebase-bom:30.4.1')
implementation 'com.google.firebase:firebase-perf'
implementation 'com.google.firebase:firebase-messaging'
implementation 'com.google.firebase:firebase-database'
Expand Down

0 comments on commit 1ec33fb

Please sign in to comment.