mirror of
https://github.com/nextcloud/android.git
synced 2024-11-22 13:15:35 +03:00
Merge pull request #12902 from nextcloud/renovate/com.squareup.leakcanary-leakcanary-android-2.x
fix(deps): update dependency com.squareup.leakcanary:leakcanary-android to v2.14
This commit is contained in:
commit
c787f730db
1 changed files with 1 additions and 1 deletions
|
@ -363,7 +363,7 @@ dependencies {
|
|||
}
|
||||
|
||||
if (perfAnalysis) {
|
||||
debugImplementation 'com.squareup.leakcanary:leakcanary-android:2.13'
|
||||
debugImplementation 'com.squareup.leakcanary:leakcanary-android:2.14'
|
||||
}
|
||||
|
||||
// dependencies for local unit tests
|
||||
|
|
Loading…
Reference in a new issue