mirror of https://github.com/M66B/FairEmail.git
Leak canary
This commit is contained in:
parent
5ce960ea61
commit
a24d612704
|
@ -247,6 +247,9 @@ dependencies {
|
||||||
// https://github.com/KeepSafe/ReLinker
|
// https://github.com/KeepSafe/ReLinker
|
||||||
implementation "com.getkeepsafe.relinker:relinker:$relinker_version"
|
implementation "com.getkeepsafe.relinker:relinker:$relinker_version"
|
||||||
|
|
||||||
|
// https://square.github.io/leakcanary/getting_started/
|
||||||
|
//debugImplementation "com.squareup.leakcanary:leakcanary-android:2.0-alpha-3"
|
||||||
|
|
||||||
// git clone https://android.googlesource.com/platform/frameworks/opt/colorpicker
|
// git clone https://android.googlesource.com/platform/frameworks/opt/colorpicker
|
||||||
implementation project(path: ':colorpicker')
|
implementation project(path: ':colorpicker')
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue