From d455366ecb39e5c69f89ff10153072872e6046d9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Apr 2022 05:26:38 +0000 Subject: [PATCH] Bump leakcanary-android from 2.8.1 to 2.9.1 Bumps [leakcanary-android](https://github.com/square/leakcanary) from 2.8.1 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.8.1...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 94a7096..dd21fc8 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -89,5 +89,5 @@ dependencies { implementation Dependencies.mavenCentral.matrixOlm implementation Dependencies.mavenCentral.kotlinSerializationJson - debugImplementation 'com.squareup.leakcanary:leakcanary-android:2.8.1' + debugImplementation 'com.squareup.leakcanary:leakcanary-android:2.9.1' }