From 82edd0a208948e0eac06755a9a1300c0d8715e4b Mon Sep 17 00:00:00 2001 From: MM20 <15646950+MM2-0@users.noreply.github.com> Date: Tue, 12 Jul 2022 14:54:34 +0200 Subject: [PATCH] Update LeakCanary --- settings.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings.gradle.kts b/settings.gradle.kts index 9e505e13..ed8172b2 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -283,7 +283,7 @@ dependencyResolutionManagement { alias("leakcanary") .to("com.squareup.leakcanary", "leakcanary-android") - .version("2.7") + .version("2.9.1") alias("suncalc") .to("org.shredzone.commons", "commons-suncalc")