From b22956b9a9374c006adf2839f6608fe799cb521f Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 29 Mar 2021 19:53:15 +0000 Subject: [PATCH] Bump firebase-auth from 20.0.1 to 20.0.3 in /android Bumps firebase-auth from 20.0.1 to 20.0.3. Signed-off-by: dependabot-preview[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 fdc96b8..bcf686d 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.0.4' implementation 'androidx.legacy:legacy-support-v4:1.0.0' - implementation 'com.google.firebase:firebase-auth:20.0.1' + implementation 'com.google.firebase:firebase-auth:20.0.3' implementation 'com.google.firebase:firebase-database:19.6.0' testImplementation 'junit:junit:4.+' androidTestImplementation 'androidx.test.ext:junit:1.1.2'