Make all leak canary libs debugImplementation-only
This commit is contained in:
parent
da8194ed9f
commit
20d1ea91dd
1 changed files with 2 additions and 2 deletions
|
|
@ -288,8 +288,8 @@ dependencies {
|
||||||
|
|
||||||
/** Debugging **/
|
/** Debugging **/
|
||||||
// Memory leak detection
|
// Memory leak detection
|
||||||
implementation "com.squareup.leakcanary:leakcanary-object-watcher-android:${leakCanaryVersion}"
|
debugImplementation "com.squareup.leakcanary:leakcanary-object-watcher-android:${leakCanaryVersion}"
|
||||||
implementation "com.squareup.leakcanary:plumber-android:${leakCanaryVersion}"
|
debugImplementation "com.squareup.leakcanary:plumber-android:${leakCanaryVersion}"
|
||||||
debugImplementation "com.squareup.leakcanary:leakcanary-android-core:${leakCanaryVersion}"
|
debugImplementation "com.squareup.leakcanary:leakcanary-android-core:${leakCanaryVersion}"
|
||||||
// Debug bridge for Android
|
// Debug bridge for Android
|
||||||
debugImplementation "com.facebook.stetho:stetho:${stethoVersion}"
|
debugImplementation "com.facebook.stetho:stetho:${stethoVersion}"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue