瀏覽代碼

Merge pull request #7902 from nextcloud/dependabot/gradle/androidx.work-work-runtime-2.5.0

Bump work-runtime from 2.4.0 to 2.5.0
Andy Scherzinger 4 年之前
父節點
當前提交
586c546a8a
共有 1 個文件被更改,包括 3 次插入2 次删除
  1. 3 2
      build.gradle

+ 3 - 2
build.gradle

@@ -66,6 +66,7 @@ ext {
     powermockVersion = "2.0.9"
     byteBuddyVersion = "1.10.19"
     espressoVersion = "3.3.0"
+    workRuntime = "2.5.0"
 
     ciBuild = System.getenv("CI") == "true"
 
@@ -294,8 +295,8 @@ dependencies {
     implementation 'androidx.cardview:cardview:1.0.0'
     implementation 'androidx.exifinterface:exifinterface:1.3.2'
     implementation "androidx.lifecycle:lifecycle-viewmodel-ktx:2.3.0"
-    implementation "androidx.work:work-runtime:2.4.0"
-    implementation "androidx.work:work-runtime-ktx:2.4.0"
+    implementation "androidx.work:work-runtime:$workRuntime"
+    implementation "androidx.work:work-runtime-ktx:$workRuntime"
     implementation "androidx.fragment:fragment:1.2.5"
     implementation 'com.github.albfernandez:juniversalchardet:2.0.3' // need this version for Android <7
     compileOnly 'com.google.code.findbugs:annotations:3.0.1u2'