Просмотр исходного кода

Merge pull request #9762 from nextcloud/dependabot/gradle/androidx.fragment-fragment-ktx-1.4.1

Bump fragment-ktx from 1.4.0 to 1.4.1
Álvaro Brey 3 лет назад
Родитель
Сommit
c2bdea7f74
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      build.gradle

+ 1 - 1
build.gradle

@@ -257,7 +257,7 @@ dependencies {
     implementation "androidx.lifecycle:lifecycle-viewmodel-ktx:2.4.0"
     implementation "androidx.work:work-runtime:$workRuntime"
     implementation "androidx.work:work-runtime-ktx:$workRuntime"
-    implementation "androidx.fragment:fragment-ktx:1.4.0"
+    implementation "androidx.fragment:fragment-ktx:1.4.1"
     implementation 'com.github.albfernandez:juniversalchardet:2.3.2' // need this version for Android <7
     compileOnly 'com.google.code.findbugs:annotations:3.0.1u2'
     implementation 'commons-io:commons-io:2.11.0'