瀏覽代碼

Merge pull request #8151 from nextcloud/dependabot/gradle/androidx.fragment-fragment-1.3.1

Bump fragment from 1.3.0 to 1.3.1
Andy Scherzinger 4 年之前
父節點
當前提交
3de44a56b7
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      build.gradle

+ 1 - 1
build.gradle

@@ -296,7 +296,7 @@ dependencies {
     implementation "androidx.lifecycle:lifecycle-viewmodel-ktx:2.3.0"
     implementation "androidx.work:work-runtime:$workRuntime"
     implementation "androidx.work:work-runtime-ktx:$workRuntime"
-    implementation "androidx.fragment:fragment:1.3.0"
+    implementation "androidx.fragment:fragment:1.3.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.8.0'