mirror of
https://github.com/nextcloud/android.git
synced 2024-11-22 13:15:35 +03:00
Merge pull request #9188 from nextcloud/leakCanary
Use LeakCanary in debug mode
This commit is contained in:
commit
2e80f45191
1 changed files with 4 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue