Updated LeakCanary

This commit is contained in:
M66B 2022-11-12 21:43:01 +01:00
parent 5cea7da039
commit ab6905bb8f
1 changed files with 2 additions and 1 deletions

View File

@ -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"