From 1f3b991c26c9d49d6c7acfccb0b4767a21bdd032 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 7 Oct 2020 04:46:48 +0000 Subject: [PATCH] Bump firebase-core from 11.8.0 to 17.5.1 Bumps firebase-core from 11.8.0 to 17.5.1. Signed-off-by: dependabot-preview[bot] --- android/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/build.gradle b/android/build.gradle index 5cb5e99..152348b 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -101,7 +101,7 @@ dependencies { implementation 'com.github.ligi:ExtraCompats:1.0' implementation 'com.github.ligi:KAXT:1.0' - withFirebaseImplementation 'com.google.firebase:firebase-core:11.8.0' + withFirebaseImplementation 'com.google.firebase:firebase-core:17.5.1' androidTestImplementation 'androidx.appcompat:appcompat:1.0.2' androidTestImplementation 'com.google.android.material:material:1.0.0'