From 77a1b7df0e7b2a6e0fd578c998909a80f88f5578 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Sep 2022 23:11:06 +0000 Subject: [PATCH] Bump firebase-auth from 20.0.4 to 21.0.8 in /android Bumps firebase-auth from 20.0.4 to 21.0.8. --- updated-dependencies: - dependency-name: com.google.firebase:firebase-auth dependency-type: direct:production update-type: version-update:semver-major ... 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 4254b98..45f1f33 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -39,7 +39,7 @@ dependencies { implementation 'com.google.android.material:material:1.3.0' implementation 'androidx.constraintlayout:constraintlayout:2.1.1' implementation 'androidx.legacy:legacy-support-v4:1.0.0' - implementation 'com.google.firebase:firebase-auth:20.0.4' + implementation 'com.google.firebase:firebase-auth:21.0.8' implementation 'com.google.firebase:firebase-database:19.7.0' testImplementation 'junit:junit:4.+' androidTestImplementation 'androidx.test.ext:junit:1.1.2'