mirror of
https://github.com/nextcloud/android.git
synced 2024-12-18 15:01:57 +03:00
Merge pull request #14066 from nextcloud/renovate/commons-io-commons-io-2.x
fix(deps): update dependency commons-io:commons-io to v2.18.0
This commit is contained in:
commit
1b04b91418
1 changed files with 1 additions and 1 deletions
|
@ -295,7 +295,7 @@ dependencies {
|
||||||
implementation "androidx.fragment:fragment-ktx:1.8.5"
|
implementation "androidx.fragment:fragment-ktx:1.8.5"
|
||||||
implementation 'com.github.albfernandez:juniversalchardet:2.0.3' // need this version for Android <7
|
implementation 'com.github.albfernandez:juniversalchardet:2.0.3' // need this version for Android <7
|
||||||
compileOnly 'com.google.code.findbugs:annotations:3.0.1u2'
|
compileOnly 'com.google.code.findbugs:annotations:3.0.1u2'
|
||||||
implementation 'commons-io:commons-io:2.17.0'
|
implementation 'commons-io:commons-io:2.18.0'
|
||||||
implementation 'org.greenrobot:eventbus:3.3.1'
|
implementation 'org.greenrobot:eventbus:3.3.1'
|
||||||
implementation 'com.googlecode.ez-vcard:ez-vcard:0.12.1'
|
implementation 'com.googlecode.ez-vcard:ez-vcard:0.12.1'
|
||||||
implementation 'org.lukhnos:nnio:0.3.1'
|
implementation 'org.lukhnos:nnio:0.3.1'
|
||||||
|
|
Loading…
Reference in a new issue