From ab6905bb8f42c2fcd26f0a6ff69911a97c3abb74 Mon Sep 17 00:00:00 2001 From: M66B Date: Sat, 12 Nov 2022 21:43:01 +0100 Subject: [PATCH] Updated LeakCanary --- app/build.gradle | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index b952c503b0..b6ed8b9d72 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -397,7 +397,7 @@ dependencies { def svg_version = "1.4" def compress_version = "1.21" def ipaddress_version = "5.3.4" - def canary_version = "2.9.1" + def canary_version = "2.10" def ws_version = "2.14" // https://developer.android.com/jetpack/androidx/releases/startup @@ -612,6 +612,7 @@ dependencies { // https://github.com/square/leakcanary // https://square.github.io/leakcanary/getting_started/ + // https://square.github.io/leakcanary/changelog/ // https://mvnrepository.com/artifact/com.squareup.leakcanary/leakcanary-android debugImplementation "com.squareup.leakcanary:leakcanary-android:$canary_version"