From cbd4862572fe69d25e2d4dfe43a785f7db25f70a Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" Date: Thu, 13 Jun 2019 12:16:52 +0000 Subject: [PATCH] Bump leakCanaryVersion from 1.5.4 to 1.6.3 Bumps `leakCanaryVersion` from 1.5.4 to 1.6.3. Updates `leakcanary-android` from 1.5.4 to 1.6.3 - [Release notes](https://github.com/square/leakcanary/releases) - [Changelog](https://github.com/square/leakcanary/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/leakcanary/compare/v1.5.4...v1.6.3) Updates `leakcanary-android-no-op` from 1.5.4 to 1.6.3 - [Release notes](https://github.com/square/leakcanary/releases) - [Changelog](https://github.com/square/leakcanary/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/leakcanary/compare/v1.5.4...v1.6.3) Signed-off-by: dependabot-preview[bot] --- buildsystem/dependencies.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildsystem/dependencies.gradle b/buildsystem/dependencies.gradle index 53be95a..9408b89 100644 --- a/buildsystem/dependencies.gradle +++ b/buildsystem/dependencies.gradle @@ -4,7 +4,7 @@ ext { daggerVersion = '2.14.1' rxBindingVersion = '2.0.0' ankoVersion = '0.10.3' - leakCanaryVersion = '1.5.4' + leakCanaryVersion = '1.6.3' libs = [ kotlin : "org.jetbrains.kotlin:kotlin-stdlib:$kotlinVersion",