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