From 740f9152d37a453e43163aa935c188ded0af2e09 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Jan 2022 13:18:14 +0000 Subject: [PATCH] Bump firebase-crashlytics from 18.2.6 to 18.2.7 Bumps firebase-crashlytics from 18.2.6 to 18.2.7. --- updated-dependencies: - dependency-name: com.google.firebase:firebase-crashlytics 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 c79e32dca5..ee09227111 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -160,7 +160,7 @@ dependencies { implementation "dev.chrisbanes:insetter-ktx:0.3.1" implementation 'com.jakewharton.timber:timber:5.0.1' debugImplementation 'com.squareup.leakcanary:leakcanary-android:2.8.1' - implementation 'com.google.firebase:firebase-crashlytics:18.2.6' + implementation 'com.google.firebase:firebase-crashlytics:18.2.7' testImplementation "junit:junit:${junitVersion}" testImplementation "com.google.truth:truth:${truthVersion}"