From abea0645f40ed8ae397fc1e3d39272a2577e5dbd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 Feb 2024 10:05:35 +0000 Subject: [PATCH] Bump com.squareup.leakcanary:leakcanary-android from 2.12 to 2.13 Bumps [com.squareup.leakcanary:leakcanary-android](https://github.com/square/leakcanary) from 2.12 to 2.13. - [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.13) --- 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 ed930ef6..aec0a53e 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -227,7 +227,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.13' fullImplementation 'androidx.navigation:navigation-fragment-ktx:2.7.4' fullImplementation 'androidx.navigation:navigation-ui-ktx:2.7.4'