mirror of
https://github.com/AntennaPod/AntennaPod.git
synced 2025-12-01 12:31:45 +00:00
Downgrade CommonsIO to avoid crash on Android 6 (#8098)
This commit is contained in:
committed by
GitHub
parent
0badf4226e
commit
0c084c778e
@ -25,7 +25,7 @@ project.ext {
|
|||||||
|
|
||||||
// Third-party
|
// Third-party
|
||||||
commonslangVersion = "3.18.0"
|
commonslangVersion = "3.18.0"
|
||||||
commonsioVersion = "2.20.0"
|
commonsioVersion = "2.5" // Recent versions cause ClassNotFoundException on Android 6
|
||||||
jsoupVersion = "1.15.1"
|
jsoupVersion = "1.15.1"
|
||||||
glideVersion = "4.16.0"
|
glideVersion = "4.16.0"
|
||||||
okhttpVersion = "4.12.0"
|
okhttpVersion = "4.12.0"
|
||||||
|
|||||||
Reference in New Issue
Block a user