Skip to content

Commit

Permalink
Bump firebase-bom from 26.7.0 to 26.8.0 (#455)
Browse files Browse the repository at this point in the history
Bumps firebase-bom from 26.7.0 to 26.8.0.

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Josef Raska <6277721+jraska@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and jraska authored Mar 29, 2021
1 parent ba15191 commit 55dd348
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 @@ -112,7 +112,7 @@ dependencies {
implementation 'androidx.vectordrawable:vectordrawable-animated:1.1.0'
implementation 'androidx.media:media:1.2.1'

implementation platform('com.google.firebase:firebase-bom:26.7.0')
implementation platform('com.google.firebase:firebase-bom:26.8.0')
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 @@ -19,7 +19,7 @@ dependencies {
implementation project(':core-android-api')
implementation project(':feature:identity-api')

implementation platform('com.google.firebase:firebase-bom:26.7.0')
implementation platform('com.google.firebase:firebase-bom:26.8.0')
implementation 'com.google.firebase:firebase-messaging'
implementation 'com.google.firebase:firebase-database'

Expand Down

0 comments on commit 55dd348

Please sign in to comment.