From 757d3040f57f2f46dc5b9ce4a7216308730aa2f3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 24 May 2024 01:56:39 +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 cd0be05d..d3ca4f29 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -19,7 +19,7 @@ androidx-lifecycle = "2.7.0" androidx-work = "2.9.0" androidx-core-testing = "2.2.0" material = "1.11.0" -leakcanary = "2.10" +leakcanary = "2.14" coroutines = "1.7.3" hilt-work = "1.1.0" hilt-compiler = "1.1.0"