Browse Source

Bump work-runtime from 2.3.4 to 2.4.0

Bumps work-runtime from 2.3.4 to 2.4.0.

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
dependabot-preview[bot] 4 years ago
parent
commit
e0c15717f7
2 changed files with 2 additions and 2 deletions
  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>