From 158bb283aef7f88ca70aeffcfc48aa4d1c623f4d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 30 Jun 2023 12:38:37 +0800 Subject: [PATCH] Update dependency com.squareup.leakcanary:leakcanary-android to v2.12 (#3520) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 062ac761d9..564593952e 100644 --- a/build.gradle +++ b/build.gradle @@ -374,7 +374,7 @@ dependencies { implementation 'com.airbnb.android:lottie:6.0.1' - debugImplementation "com.squareup.leakcanary:leakcanary-android:2.11" + debugImplementation "com.squareup.leakcanary:leakcanary-android:2.12" } ksp {