From 1ef530abad0f2159dd6e6472ec58df6fbc822c54 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 3 Jan 2024 01:39:32 +0000 Subject: [PATCH] Update dependency com.squareup.leakcanary:leakcanary-android to v2.13 --- 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 eb9955a8b..0f09fa9c0 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.9.21" kotlinx-coroutines-test = "1.7.3" -leakcanary = "2.12" +leakcanary = "2.13" lib-recur = "0.11.4" lifecycle = "2.6.2" locale = "1.0.2"