mirror of
https://github.com/M66B/FairEmail.git
synced 2025-01-03 05:34:51 +00:00
Updated LeakCanary
This commit is contained in:
parent
5cea7da039
commit
ab6905bb8f
1 changed files with 2 additions and 1 deletions
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in a new issue