Skip to content

Commit

Permalink
Bump firebase-bom from 30.3.1 to 30.3.2
Browse files Browse the repository at this point in the history
Bumps firebase-bom from 30.3.1 to 30.3.2.

---
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>
  • Loading branch information
dependabot[bot] authored Aug 8, 2022
1 parent ced0409 commit f73f486
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 @@ -128,7 +128,7 @@ dependencies {

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

implementation platform('com.google.firebase:firebase-bom:30.3.1')
implementation platform('com.google.firebase:firebase-bom:30.3.2')
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.4.2'

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

0 comments on commit f73f486

Please sign in to comment.