1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2025-01-03 05:34:51 +00:00

Updated LeakCanary

This commit is contained in:
M66B 2022-11-12 21:43:01 +01:00
parent 5cea7da039
commit ab6905bb8f

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"