Leak canary

This commit is contained in:
M66B 2019-07-23 08:45:32 +02:00
parent 5ce960ea61
commit a24d612704
1 changed files with 3 additions and 0 deletions

View File

@ -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')
}