From b1e7ab8c6693768a5c836be91e69e1e6bfb6b1d9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Jan 2022 04:00:46 +0000 Subject: [PATCH] chore(deps): Bump leakcanary-android from 2.7 to 2.8.1 Bumps [leakcanary-android](https://github.com/square/leakcanary) from 2.7 to 2.8.1. - [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.7...v2.8.1) --- updated-dependencies: - dependency-name: com.squareup.leakcanary:leakcanary-android dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- maoni-sample/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/maoni-sample/build.gradle b/maoni-sample/build.gradle index 53824595..9b88e34a 100644 --- a/maoni-sample/build.gradle +++ b/maoni-sample/build.gradle @@ -197,7 +197,7 @@ dependencies { implementation 'androidx.appcompat:appcompat:1.3.1' implementation 'androidx.cardview:cardview:1.0.0' implementation 'com.facebook.stetho:stetho:1.6.0' - debugImplementation 'com.squareup.leakcanary:leakcanary-android:2.7' + debugImplementation 'com.squareup.leakcanary:leakcanary-android:2.8.1' implementation("com.mikepenz:aboutlibraries:${aboutlibraries_version}@aar") { transitive = true }