build: Disable LeakCanary unless manually activated with a property
@@ -303,7 +303,7 @@ dependencies {
}
- if (!ciBuild) {
+ if (project.hasProperty("leakCanary")) {
debugImplementation 'com.squareup.leakcanary:leakcanary-android:2.9.1'