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"