瀏覽代碼

Merge pull request #11029 from nextcloud/dependabot/gradle/com.squareup.leakcanary-leakcanary-android-2.10

Bump leakcanary-android from 2.9.1 to 2.10
Álvaro Brey 2 年之前
父節點
當前提交
2d5ccddad5
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app/build.gradle

+ 1 - 1
app/build.gradle

@@ -303,7 +303,7 @@ dependencies {
     }
     }
 
 
     if (project.hasProperty("leakCanary")) {
     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
     // dependencies for local unit tests