mirror of
https://github.com/nextcloud/android.git
synced 2024-11-29 10:49:04 +03:00
Merge pull request #9656 from nextcloud/dependabot/gradle/com.squareup.leakcanary-leakcanary-android-2.8.1
Bump leakcanary-android from 2.8 to 2.8.1
This commit is contained in:
commit
875f4ae7eb
1 changed files with 1 additions and 1 deletions
|
@ -324,7 +324,7 @@ dependencies {
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!ciBuild) {
|
if (!ciBuild) {
|
||||||
debugImplementation 'com.squareup.leakcanary:leakcanary-android:2.8'
|
debugImplementation 'com.squareup.leakcanary:leakcanary-android:2.8.1'
|
||||||
}
|
}
|
||||||
|
|
||||||
// dependencies for local unit tests
|
// dependencies for local unit tests
|
||||||
|
|
Loading…
Reference in a new issue