diff --git a/vector/build.gradle b/vector/build.gradle index 628aa961c7..01486085fb 100644 --- a/vector/build.gradle +++ b/vector/build.gradle @@ -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'