Leaks: disable leakcanary

This commit is contained in:
ganfra 2020-06-11 19:40:46 +02:00
parent 917042c48c
commit c382f706a6

View file

@ -396,7 +396,8 @@ dependencies {
// Plant Timber tree for test
testImplementation 'net.lachlanmckee:timber-junit-rule:1.0.1'
debugImplementation 'com.squareup.leakcanary:leakcanary-android:2.3'
// Activate when you want to check for leaks, from time to time.
//debugImplementation 'com.squareup.leakcanary:leakcanary-android:2.3'
androidTestImplementation 'androidx.test:core:1.2.0'
androidTestImplementation 'androidx.test:runner:1.2.0'