ソースを参照

Merge pull request #8436 from nextcloud/dependabot/gradle/androidx.fragment-fragment-1.3.4

Bump fragment from 1.3.2 to 1.3.4
Tobias Kaminsky 3 年 前
コミット
6029984d2a
1 ファイル変更1 行追加1 行削除
  1. 1 1
      build.gradle

+ 1 - 1
build.gradle

@@ -292,7 +292,7 @@ dependencies {
     implementation "androidx.lifecycle:lifecycle-viewmodel-ktx:2.3.1"
     implementation "androidx.work:work-runtime:$workRuntime"
     implementation "androidx.work:work-runtime-ktx:$workRuntime"
-    implementation "androidx.fragment:fragment:1.3.2"
+    implementation "androidx.fragment:fragment:1.3.4"
     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.8.0'