Skip to content

Commit

Permalink
Bump com.google.firebase:firebase-database from 20.3.1 to 21.0.0 (#228)
Browse files Browse the repository at this point in the history
Bumps [com.google.firebase:firebase-database](https://github.com/firebase/firebase-android-sdk) from 20.3.1 to 21.0.0.
- [Changelog](https://github.com/firebase/firebase-android-sdk/blob/master/docs/make_release_notes.py)
- [Commits](https://github.com/firebase/firebase-android-sdk/commits)

---
updated-dependencies:
- dependency-name: com.google.firebase:firebase-database
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jun 5, 2024
1 parent 3e72255 commit 0dd290f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ dependencies {
implementation 'com.firebaseui:firebase-ui-auth:8.0.2'
implementation 'com.google.firebase:firebase-auth:23.0.0'
implementation 'com.google.firebase:firebase-messaging:24.0.0'
implementation 'com.google.firebase:firebase-database:20.3.1'
implementation 'com.google.firebase:firebase-database:21.0.0'
implementation 'com.google.firebase:firebase-storage:21.0.0'
implementation 'com.google.firebase:firebase-firestore:25.0.0'
testImplementation 'junit:junit:4.13.2'
Expand Down

0 comments on commit 0dd290f

Please sign in to comment.