瀏覽代碼

Merge pull request #11844 from nextcloud/dependabot/gradle/androidx.fragment-fragment-ktx-1.6.1

Build(deps): Bump androidx.fragment:fragment-ktx from 1.6.0 to 1.6.1
Andy Scherzinger 1 年之前
父節點
當前提交
40e756e2f4
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app/build.gradle

+ 1 - 1
app/build.gradle

@@ -256,7 +256,7 @@ dependencies {
     implementation "androidx.lifecycle:lifecycle-viewmodel-ktx:2.6.1"
     implementation "androidx.work:work-runtime:$workRuntime"
     implementation "androidx.work:work-runtime-ktx:$workRuntime"
-    implementation "androidx.fragment:fragment-ktx:1.6.0"
+    implementation "androidx.fragment:fragment-ktx:1.6.1"
     implementation 'com.github.albfernandez:juniversalchardet:2.0.3' // need this version for Android <7
     compileOnly 'com.google.code.findbugs:annotations:3.0.1u2'
     implementation 'commons-io:commons-io:2.13.0'