From a19b5d4c406d119d3f74b83f03f509a0a5d52bae Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 11 Jun 2024 07:54:31 +0000 Subject: [PATCH] Update dependency com.squareup.leakcanary:leakcanary-android to v2.14 --- 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 e7d115a3..23cf5061 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -16,7 +16,7 @@ gradle = "8.1.2" hiltAndroid = "2.48.1" hiltNavigationCompose = "1.0.0" junit = "4.13.2" -leakcanaryAndroid = "2.12" +leakcanaryAndroid = "2.14" lifecycle-runtime-ktx = "2.6.2" lifecycleExtensions = "2.2.0" lifecycleVersion = "2.6.2"