mirror of
https://github.com/nextcloud/android.git
synced 2024-11-26 23:28:42 +03:00
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:
commit
40e756e2f4
1 changed files with 1 additions and 1 deletions
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue