From 33a0a824e3819f6baf8d25d960907a1d0fd805c0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 May 2024 14:06:05 +0000 Subject: [PATCH] Bump com.squareup.leakcanary:leakcanary-android from 2.12 to 2.14 Bumps [com.squareup.leakcanary:leakcanary-android](https://github.com/square/leakcanary) from 2.12 to 2.14. - [Release notes](https://github.com/square/leakcanary/releases) - [Changelog](https://github.com/square/leakcanary/blob/main/docs/changelog.md) - [Commits](https://github.com/square/leakcanary/compare/v2.12...v2.14) --- updated-dependencies: - dependency-name: com.squareup.leakcanary:leakcanary-android 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 7fe637658..e4d978afb 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -268,7 +268,7 @@ dependencies { androidTestImplementation 'androidx.test.ext:junit:1.1.5' androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1' - leakCanaryImplementation 'com.squareup.leakcanary:leakcanary-android:2.12' + leakCanaryImplementation 'com.squareup.leakcanary:leakcanary-android:2.14' fullImplementation 'androidx.navigation:navigation-fragment-ktx:2.7.7' fullImplementation 'androidx.navigation:navigation-ui-ktx:2.7.7'