Bump firebase-bom from 25.12.0 to 25.13.0 (#300)

* Bump firebase-bom from 25.12.0 to 25.13.0

Bumps firebase-bom from 25.12.0 to 25.13.0.

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

* Update SWADroid/build.gradle

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: Juan Miguel Boyero Corral <juanmi1982@gmail.com>
This commit is contained in:
dependabot-preview[bot] 2020-10-27 22:43:49 +01:00 committed by GitHub
parent e545548862
commit 4ab58545d1

View File

@ -93,6 +93,6 @@ dependencies {
implementation 'com.google.zxing:core:3.4.1'
implementation 'com.google.code.gson:gson:2.8.6'
implementation 'com.google.android.material:material:1.2.1'
implementation platform('com.google.firebase:firebase-bom:25.12.0')
implementation platform('com.google.firebase:firebase-bom:25.13.0')
implementation 'com.google.firebase:firebase-analytics'
}
}