From 13cbb29474cf1108d56e3e47a5deaec540c1ecdb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Jan 2022 02:05:50 +0000 Subject: [PATCH] Bump leakcanary-android from 2.7 to 2.8 Bumps [leakcanary-android](https://github.com/square/leakcanary) from 2.7 to 2.8. - [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.7...v2.8) --- updated-dependencies: - dependency-name: com.squareup.leakcanary:leakcanary-android dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index ffdfdb6376..deab1a67e8 100644 --- a/build.gradle +++ b/build.gradle @@ -324,7 +324,7 @@ dependencies { } if (!ciBuild) { - debugImplementation 'com.squareup.leakcanary:leakcanary-android:2.7' + debugImplementation 'com.squareup.leakcanary:leakcanary-android:2.8' } // dependencies for local unit tests