Merge pull request #8207 from nextcloud/dependabot/gradle/androidx.fragment-fragment-1.3.2

Bump fragment from 1.3.1 to 1.3.2
This commit is contained in:
Andy Scherzinger 2021-03-25 08:46:05 +01:00 committed by GitHub
commit 148721b6a6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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.1"
implementation "androidx.fragment:fragment:1.3.2"
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'