mirror of
https://github.com/M66B/FairEmail.git
synced 2025-03-15 00:21:10 +00:00
Leak canary
This commit is contained in:
parent
5ce960ea61
commit
a24d612704
1 changed files with 3 additions and 0 deletions
|
@ -247,6 +247,9 @@ dependencies {
|
|||
// https://github.com/KeepSafe/ReLinker
|
||||
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
|
||||
implementation project(path: ':colorpicker')
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue