From a1cc458efe4dc5288a1d77a9e8a40a905e468a7f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 25 Mar 2022 04:13:03 +0000 Subject: [PATCH] Bump firebase-core from 11.8.0 to 20.1.2 Bumps firebase-core from 11.8.0 to 20.1.2. --- updated-dependencies: - dependency-name: com.google.firebase:firebase-core dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- android/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/build.gradle b/android/build.gradle index 5cb5e99..c4ae0f0 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:20.1.2' androidTestImplementation 'androidx.appcompat:appcompat:1.0.2' androidTestImplementation 'com.google.android.material:material:1.0.0'