فهرست منبع

Bump leakcanary-android from 2.9.1 to 2.10

Bumps [leakcanary-android](https://github.com/square/leakcanary) from 2.9.1 to 2.10.
- [Release notes](https://github.com/square/leakcanary/releases)
- [Changelog](https://github.com/square/leakcanary/blob/main/docs/changelog.md)
- [Commits](https://github.com/square/leakcanary/compare/v2.9.1...v2.10)

---
updated-dependencies:
- dependency-name: com.squareup.leakcanary:leakcanary-android
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] 2 سال پیش
والد
کامیت
cffcb736ff
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      app/build.gradle

+ 1 - 1
app/build.gradle

@@ -303,7 +303,7 @@ dependencies {
     }
 
     if (project.hasProperty("leakCanary")) {
-        debugImplementation 'com.squareup.leakcanary:leakcanary-android:2.9.1'
+        debugImplementation 'com.squareup.leakcanary:leakcanary-android:2.10'
     }
 
     // dependencies for local unit tests