Skip to content

Commit

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 15, 2021
1 parent b3112f0 commit 3e30d71
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.4.0')
implementation platform('com.google.firebase:firebase-bom:26.5.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.4.0')
implementation platform('com.google.firebase:firebase-bom:26.5.0')
implementation 'com.google.firebase:firebase-messaging'
implementation 'com.google.firebase:firebase-database'

Expand Down

0 comments on commit 3e30d71

Please sign in to comment.