Bump firebase-bom from 28.1.0 to 28.2.0 (#341)

Bumps firebase-bom from 28.1.0 to 28.2.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] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2021-06-24 18:27:38 +02:00 committed by GitHub
parent 44757a93a6
commit b4989ac740

View File

@ -89,6 +89,6 @@ dependencies {
implementation 'com.google.zxing:core:3.4.1'
implementation 'com.google.code.gson:gson:2.8.7'
implementation 'com.google.android.material:material:1.3.0'
implementation platform('com.google.firebase:firebase-bom:28.1.0')
implementation platform('com.google.firebase:firebase-bom:28.2.0')
implementation 'com.google.firebase:firebase-analytics'
}