|
@@ -338,6 +338,10 @@ dependencies {
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+ if (!ciBuild) {
|
|
|
|
+ debugImplementation 'com.squareup.leakcanary:leakcanary-android:2.7'
|
|
|
|
+ }
|
|
|
|
+
|
|
// dependencies for local unit tests
|
|
// dependencies for local unit tests
|
|
testImplementation 'junit:junit:4.13.2'
|
|
testImplementation 'junit:junit:4.13.2'
|
|
testImplementation "org.mockito:mockito-core:$mockitoVersion"
|
|
testImplementation "org.mockito:mockito-core:$mockitoVersion"
|