瀏覽代碼

Build(deps): Bump workRuntime from 2.7.1 to 2.8.0 (#11364)

* Build(deps): Bump workRuntime from 2.7.1 to 2.8.0

Bumps `workRuntime` from 2.7.1 to 2.8.0.

Updates `androidx.work:work-runtime` from 2.7.1 to 2.8.0

Updates `androidx.work:work-runtime-ktx` from 2.7.1 to 2.8.0

---
updated-dependencies:
- dependency-name: androidx.work:work-runtime
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: androidx.work:work-runtime-ktx
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* fix(androidTest): Add missing parameter to dummy WorkInfo

Needed in work 2.8.0

Signed-off-by: Álvaro Brey <alvaro.brey@nextcloud.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Álvaro Brey <alvaro.brey@nextcloud.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Álvaro Brey <alvaro.brey@nextcloud.com>
dependabot[bot] 2 年之前
父節點
當前提交
865d5710b5
共有 2 個文件被更改,包括 3 次插入2 次删除
  1. 2 1
      app/src/androidTest/java/com/nextcloud/client/jobs/BackgroundJobManagerTest.kt
  2. 1 1
      build.gradle

+ 2 - 1
app/src/androidTest/java/com/nextcloud/client/jobs/BackgroundJobManagerTest.kt

@@ -122,7 +122,8 @@ class BackgroundJobManagerTest {
             Data.Builder().build(),
             listOf(BackgroundJobManagerImpl.formatTimeTag(1581820284000)),
             Data.Builder().build(),
-            1
+            1,
+            0
         )
     }
 

+ 1 - 1
build.gradle

@@ -13,7 +13,7 @@ buildscript {
         mockitoKotlinVersion = "4.1.0"
         mockkVersion = "1.13.3"
         espressoVersion = "3.5.1"
-        workRuntime = "2.7.1"
+        workRuntime = "2.8.0"
         fidoVersion = "4.1.0-patch1"
         checkerVersion = "3.21.2"
         exoplayerVersion = "2.18.2"