From f8f6b1230f47c4682811268224c4a5781cb9cf02 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 29 Mar 2021 08:38:48 +0000 Subject: [PATCH] Bump leakcanary-android from 2.6 to 2.7 Bumps [leakcanary-android](https://github.com/square/leakcanary) from 2.6 to 2.7. - [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.6...v2.7) Signed-off-by: dependabot-preview[bot] --- app/build.gradle | 2 +- updatemanager/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 731b6e1..0ffcf89 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -35,7 +35,7 @@ dependencies { implementation project(":updatemanager") implementation 'com.google.android.material:material:1.1.0' // implementation 'com.github.SanojPunchihewa:InAppUpdater:1.0.4-alpha.2' - debugImplementation 'com.squareup.leakcanary:leakcanary-android:2.6' + debugImplementation 'com.squareup.leakcanary:leakcanary-android:2.7' testImplementation 'junit:junit:4.13.1' androidTestImplementation 'androidx.test:runner:1.3.0' androidTestImplementation 'androidx.test.espresso:espresso-core:3.3.0' diff --git a/updatemanager/build.gradle b/updatemanager/build.gradle index 2459274..8412ecd 100644 --- a/updatemanager/build.gradle +++ b/updatemanager/build.gradle @@ -27,7 +27,7 @@ dependencies { implementation 'com.google.android.play:core:1.9.1' // Downgraded to fix fading of Material TextInputLayout implementation 'com.google.android.material:material:1.1.0' - debugImplementation 'com.squareup.leakcanary:leakcanary-android:2.6' + debugImplementation 'com.squareup.leakcanary:leakcanary-android:2.7' testImplementation 'junit:junit:4.13.1' androidTestImplementation 'com.android.support.test:runner:1.0.2' androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.2'