From 939ab0b2e3940dfab53e2ebd69f21501463ca6a6 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 27 Oct 2020 23:18:41 +0000 Subject: [PATCH] Bump firebase-core from 17.4.1 to 18.0.0 Bumps firebase-core from 17.4.1 to 18.0.0. Signed-off-by: dependabot-preview[bot] --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index b7db4d7..76b664c 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -45,7 +45,7 @@ dependencies { implementation 'com.android.support:appcompat-v7:28.0.0' implementation 'com.android.support:design:28.0.0' implementation 'com.google.firebase:firebase-messaging:20.1.7' - implementation 'com.google.firebase:firebase-core:17.4.1' + implementation 'com.google.firebase:firebase-core:18.0.0' implementation 'com.github.bumptech.glide:glide:4.8.0' implementation 'com.android.support.constraint:constraint-layout:1.1.3' implementation 'androidx.appcompat:appcompat:1.1.0' @@ -59,7 +59,7 @@ dependencies { implementation 'com.squareup.retrofit2:converter-gson:2.8.1' //Storeage - implementation 'com.google.firebase:firebase-core:17.4.1' + implementation 'com.google.firebase:firebase-core:18.0.0' implementation 'com.google.firebase:firebase-database:19.3.0' //Google Sign In implementation 'com.google.firebase:firebase-auth:19.3.1'