fix(deps): update dependency com.squareup.leakcanary:leakcanary-android to v2.14

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2024-04-18 14:43:51 +00:00 committed by GitHub
parent 553603096a
commit 773e2ebae8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -365,7 +365,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