From a8aa3247ca7b113535f99ea82fb8a5c2131cb6f9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 May 2021 23:08:58 +0000 Subject: [PATCH] Bump firebase-database from 19.7.0 to 20.0.0 in /android Bumps firebase-database from 19.7.0 to 20.0.0. Signed-off-by: dependabot[bot] --- android/app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/app/build.gradle b/android/app/build.gradle index 0ea17b4..18a4e41 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -40,7 +40,7 @@ dependencies { implementation 'androidx.constraintlayout:constraintlayout:2.0.4' implementation 'androidx.legacy:legacy-support-v4:1.0.0' implementation 'com.google.firebase:firebase-auth:20.0.4' - implementation 'com.google.firebase:firebase-database:19.7.0' + implementation 'com.google.firebase:firebase-database:20.0.0' testImplementation 'junit:junit:4.+' androidTestImplementation 'androidx.test.ext:junit:1.1.2' androidTestImplementation 'androidx.test.espresso:espresso-core:3.3.0'