瀏覽代碼

Merge pull request #6515 from nextcloud/dependabot/gradle/androidx.work-work-runtime-2.4.0

Bump work-runtime from 2.3.4 to 2.4.0
Tobias Kaminsky 4 年之前
父節點
當前提交
10b5113299
共有 2 個文件被更改,包括 2 次插入2 次删除
  1. 1 1
      build.gradle
  2. 1 1
      lint.xml

+ 1 - 1
build.gradle

@@ -293,7 +293,7 @@ dependencies {
     implementation 'androidx.cardview:cardview:1.0.0'
     implementation 'androidx.exifinterface:exifinterface:1.2.0'
     implementation "androidx.lifecycle:lifecycle-viewmodel-ktx:2.2.0"
-    implementation "androidx.work:work-runtime:2.3.4"
+    implementation "androidx.work:work-runtime:2.4.0"
     implementation "androidx.work:work-runtime-ktx:2.3.4"
     implementation "androidx.fragment:fragment:1.2.5"
     implementation 'com.github.albfernandez:juniversalchardet:2.0.3' // need this version for Android <7

+ 1 - 1
lint.xml

@@ -58,7 +58,7 @@
 
     <issue id="ObsoleteLintCustomCheck" severity="warning">
         <ignore path="**/fragment-1.2.5/**/lint.jar" />
-        <ignore path="**/work-runtime-2.3.4/**/lint.jar" />
+        <ignore path="**/work-runtime-2.**/**/lint.jar" />
         <ignore path="**/jetified-butterknife-runtime-10.2.1/**/lint.jar" />
         <ignore path="**/jetified-dagger-lint-aar-2.28.**/**/lint.jar" />
     </issue>