From 3b241ab19153a168c7412a0c60500c3cead9c18e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Apr 2022 12:11:31 +0000 Subject: [PATCH] Bump leakcanary-android from 2.7 to 2.9.1 Bumps [leakcanary-android](https://github.com/square/leakcanary) from 2.7 to 2.9.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.9.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] --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index adf79a5..3f4528f 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -115,7 +115,7 @@ dependencies { debugImplementation "com.github.pandulapeter.beagle:log-$beagleNetworkLoggerType:$beagleVersion" releaseImplementation "com.github.pandulapeter.beagle:log-$beagleNetworkLoggerType-noop:$beagleVersion" - debugImplementation 'com.squareup.leakcanary:leakcanary-android:2.7' + debugImplementation 'com.squareup.leakcanary:leakcanary-android:2.9.1' testImplementation "junit:junit:$junitVersion" androidTestImplementation 'androidx.test.ext:junit-ktx:1.1.3'