Merge pull request #11844 from nextcloud/dependabot/gradle/androidx.fragment-fragment-ktx-1.6.1

Build(deps): Bump androidx.fragment:fragment-ktx from 1.6.0 to 1.6.1
This commit is contained in:
Andy Scherzinger 2023-07-27 18:55:05 +02:00 committed by GitHub
commit 40e756e2f4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -256,7 +256,7 @@ dependencies {
implementation "androidx.lifecycle:lifecycle-viewmodel-ktx:2.6.1"
implementation "androidx.work:work-runtime:$workRuntime"
implementation "androidx.work:work-runtime-ktx:$workRuntime"
implementation "androidx.fragment:fragment-ktx:1.6.0"
implementation "androidx.fragment:fragment-ktx:1.6.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.13.0'