mirror of
https://github.com/KDE/kdeconnect-android
synced 2025-08-22 18:07:55 +00:00
Bump Apache CommonsIO version
And the desugaring library as well. ThreadLocal.withInitial can now be desugared, so we can use newer versions of CommonsIO.
This commit is contained in:
parent
33e8e0407b
commit
0933f6bb5f
@ -136,7 +136,7 @@ ext {
|
|||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:1.1.8'
|
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:2.0.2'
|
||||||
implementation 'androidx.multidex:multidex:2.0.1'
|
implementation 'androidx.multidex:multidex:2.0.1'
|
||||||
|
|
||||||
implementation 'androidx.media:media:1.6.0'
|
implementation 'androidx.media:media:1.6.0'
|
||||||
@ -172,7 +172,7 @@ dependencies {
|
|||||||
implementation 'org.kde.invent.sredman:android-smsmms:kdeconnect-1-21-0'
|
implementation 'org.kde.invent.sredman:android-smsmms:kdeconnect-1-21-0'
|
||||||
implementation 'com.klinkerapps:logger:1.0.3'
|
implementation 'com.klinkerapps:logger:1.0.3'
|
||||||
|
|
||||||
implementation 'commons-io:commons-io:2.8.0' // newer versions don't work on Android 7: https://stackoverflow.com/questions/73604534/no-static-method-threadlocal-withinitial-commons-io-dependency
|
implementation 'commons-io:commons-io:2.11.0' // newer versions don't work on Android 7: https://stackoverflow.com/questions/73604534/no-static-method-threadlocal-withinitial-commons-io-dependency
|
||||||
implementation 'org.apache.commons:commons-collections4:4.4'
|
implementation 'org.apache.commons:commons-collections4:4.4'
|
||||||
implementation 'org.apache.commons:commons-lang3:3.12.0'
|
implementation 'org.apache.commons:commons-lang3:3.12.0'
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user