1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2024-12-25 09:17:58 +00:00

Switched to leak canary startup

This commit is contained in:
M66B 2022-04-18 10:49:38 +02:00
parent 0afb68a080
commit 8879e19b7e

View file

@ -590,5 +590,5 @@ dependencies {
// https://github.com/square/leakcanary
// https://square.github.io/leakcanary/getting_started/
// https://mvnrepository.com/artifact/com.squareup.leakcanary/leakcanary-android
debugImplementation "com.squareup.leakcanary:leakcanary-android:$canary_version"
debugImplementation "com.squareup.leakcanary:leakcanary-android-startup:$canary_version"
}