From d089cdccf8d93319f67d3c292d95b9e5072e9dbc Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 15 Dec 2020 05:31:13 +0000 Subject: [PATCH] Bump versions.leakCanary from 2.4 to 2.5 Bumps `versions.leakCanary` from 2.4 to 2.5. Updates `leakcanary-android` from 2.4 to 2.5 - [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.5) Updates `plumber-android` from 2.4 to 2.5 - [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.5) 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..b1b6a756 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.5', kotlin : '1.4.10', kotlinx : [ coroutines: '1.3.9',