From d49a98a2c594e5ee09379fc627e7e22b151bbde0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 16 Aug 2023 21:32:34 +0000 Subject: [PATCH] Bump com.squareup.leakcanary:leakcanary-android from 2.9.1 to 2.12 Bumps [com.squareup.leakcanary:leakcanary-android](https://github.com/square/leakcanary) from 2.9.1 to 2.12. - [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.9.1...v2.12) --- updated-dependencies: - dependency-name: com.squareup.leakcanary:leakcanary-android dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 8cc6a5f..95bc0d8 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -41,7 +41,7 @@ paparazzi = "1.3.1" androidx-compose-ui = "1.2.1" -leakcanary = "2.9.1" +leakcanary = "2.12" androidx-activity = "1.5.1" androidx-compose-runtime = "1.2.1" androidx-compose-material3 = "1.0.0-alpha06"