Browse Source

Merge pull request #5286 from nextcloud/dependabot/gradle/androidx.work-work-runtime-ktx-2.3.0

dependabot-preview[bot] 5 năm trước cách đây
mục cha
commit
ed2e90bf30
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      build.gradle

+ 1 - 1
build.gradle

@@ -295,7 +295,7 @@ dependencies {
     implementation 'androidx.exifinterface:exifinterface:1.1.0'
     implementation "androidx.lifecycle:lifecycle-viewmodel-ktx:2.1.0"
     implementation "androidx.work:work-runtime:2.2.0"
-    implementation "androidx.work:work-runtime-ktx:2.2.0"
+    implementation "androidx.work:work-runtime-ktx:2.3.0"
     implementation 'com.github.albfernandez:juniversalchardet:2.0.3' // need this version for Android <7
     compileOnly 'com.google.code.findbugs:annotations:2.0.1'
     implementation 'commons-io:commons-io:2.6'