Downgrade CommonsIO to avoid crash on Android 6 (#8098)

This commit is contained in:
Hans-Peter Lehmann
2025-11-17 18:59:00 +01:00
committed by GitHub
parent 0badf4226e
commit 0c084c778e

View File

@ -25,7 +25,7 @@ project.ext {
// Third-party
commonslangVersion = "3.18.0"
commonsioVersion = "2.20.0"
commonsioVersion = "2.5" // Recent versions cause ClassNotFoundException on Android 6
jsoupVersion = "1.15.1"
glideVersion = "4.16.0"
okhttpVersion = "4.12.0"