From 93b3bc5317e7594b40128e9f7b61c6791fe90d1e Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 28 Dec 2020 05:32:45 +0000 Subject: [PATCH] Bump versions.leakCanary from 2.4 to 2.6 Bumps `versions.leakCanary` from 2.4 to 2.6. Updates `leakcanary-android` from 2.4 to 2.6 - [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.4...v2.6) Updates `plumber-android` from 2.4 to 2.6 - [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.4...v2.6) Signed-off-by: dependabot-preview[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 2ac873b2..5df8b6a4 100644 --- a/build.gradle +++ b/build.gradle @@ -19,7 +19,7 @@ buildscript { googleServicesGradlePlugin: '4.3.3', bugsnag : '5.1.0', detekt : '1.14.0', - leakCanary : '2.4', + leakCanary : '2.6', kotlin : '1.4.10', kotlinx : [ coroutines: '1.3.9',