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

Bump fragment from 1.3.0 to 1.3.1
This commit is contained in:
Andy Scherzinger 2021-03-11 07:55:29 +01:00 committed by GitHub
commit 3de44a56b7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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'