From 9dc08d50fa98114b6030db8db17a4ef97d31559e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Dec 2021 04:08:53 +0000 Subject: [PATCH] Bump firebase-core from 20.0.0 to 20.0.2 Bumps firebase-core from 20.0.0 to 20.0.2. --- updated-dependencies: - dependency-name: com.google.firebase:firebase-core dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index a4cd4c48..e00e7858 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -124,7 +124,7 @@ dependencies { implementation 'com.github.tajchert:nammu:1.2.1' implementation 'androidx.webkit:webkit:1.4.0' - implementation 'com.google.firebase:firebase-core:20.0.0' + implementation 'com.google.firebase:firebase-core:20.0.2' implementation 'com.google.firebase:firebase-crashlytics:18.2.5' implementation 'androidx.constraintlayout:constraintlayout:2.1.2' implementation 'com.google.firebase:firebase-bom:29.0.0'