From 53c9c9531b23bbb4ed09963f5b174f3dcc82efb9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 3 Feb 2024 16:13:58 +0000 Subject: [PATCH] Bump com.google.firebase:firebase-crashlytics from 18.2.10 to 18.6.1 Bumps [com.google.firebase:firebase-crashlytics](https://github.com/firebase/firebase-android-sdk) from 18.2.10 to 18.6.1. - [Changelog](https://github.com/firebase/firebase-android-sdk/blob/master/docs/make_release_notes.py) - [Commits](https://github.com/firebase/firebase-android-sdk/commits) --- updated-dependencies: - dependency-name: com.google.firebase:firebase-crashlytics dependency-type: direct:production update-type: version-update:semver-minor ... 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 50a4f9b..aad157e 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -146,7 +146,7 @@ dependencies { implementation 'com.google.android.material:material:1.5.0' implementation 'androidx.constraintlayout:constraintlayout:2.1.3' implementation 'com.google.firebase:firebase-analytics:20.1.2' - implementation 'com.google.firebase:firebase-crashlytics:18.2.10' + implementation 'com.google.firebase:firebase-crashlytics:18.6.1' implementation 'androidx.preference:preference:1.2.0' implementation 'androidx.navigation:navigation-fragment:2.7.0' implementation 'androidx.navigation:navigation-ui:2.7.2'