From 1ea35c07c751f73151d58e03bb94ebd9a9898a61 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 2 Aug 2019 21:12:54 +0000 Subject: [PATCH] chore(deps): bump leakcanary-android from 2.0-beta-1 to 2.0-beta-2 Bumps [leakcanary-android](https://github.com/square/leakcanary) from 2.0-beta-1 to 2.0-beta-2. - [Release notes](https://github.com/square/leakcanary/releases) - [Changelog](https://github.com/square/leakcanary/blob/master/docs/changelog.md) - [Commits](https://github.com/square/leakcanary/commits) Signed-off-by: dependabot-preview[bot] --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 50299a5ca..cd7230443 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -215,7 +215,7 @@ dependencies { testImplementation 'com.github.iamareebjamal:stetho-noop:1.2.1' //LeakCanary - debugImplementation 'com.squareup.leakcanary:leakcanary-android:2.0-beta-1' + debugImplementation 'com.squareup.leakcanary:leakcanary-android:2.0-beta-2' // Paging implementation "androidx.paging:paging-runtime:$paging_version"