From 7c6aae32190720b00711cbe7252cd5bd1bc3c496 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 29 Jun 2023 21:38:35 +0000 Subject: [PATCH] Update dependency com.squareup.leakcanary:leakcanary-android to v2.12 --- 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 45bd2670a..e5baa9fb3 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -33,7 +33,7 @@ junit-junit = "4.13.2" junit = "1.1.5" kotlin = "1.8.21" kotlinx-coroutines-test = "1.7.1" -leakcanary = "2.11" +leakcanary = "2.12" lib-recur = "0.11.4" lifecycle = "2.6.1" locale = "1.0.2"