Merge pull request #9188 from nextcloud/leakCanary

Use LeakCanary in debug mode
This commit is contained in:
Tobias Kaminsky 2021-11-08 15:14:41 +01:00 committed by GitHub
commit 2e80f45191
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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