Bump firebase-bom from 30.2.0 to 30.3.2 (#401)

Bumps firebase-bom from 30.2.0 to 30.3.2.

---
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>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2022-08-13 08:24:49 +02:00 committed by GitHub
parent 01655b20f8
commit dbcdb38961
1 changed files with 1 additions and 1 deletions

View File

@ -84,6 +84,6 @@ dependencies {
implementation 'com.google.zxing:core:3.5.0'
implementation 'com.google.code.gson:gson:2.9.0'
implementation 'com.google.android.material:material:1.6.1'
implementation platform('com.google.firebase:firebase-bom:30.2.0')
implementation platform('com.google.firebase:firebase-bom:30.3.2')
implementation 'com.google.firebase:firebase-analytics'
}