mirror of
https://github.com/square/okhttp.git
synced 2025-11-23 06:42:24 +03:00
Our original expectations were that KitKat devices would age out in 2020. It's been a garbage year and this expectations no longer hold. We're extending support an extra year. We continue to support OkHttp 3.12.x because later releases are not usable on older devices and JVMs. OkHttp 3.14.x has no such reason to receive support, and we'll stop updating it on June 30, 2020. Users of OkHttp 3.14.x should upgrade to the 4.x series. Android apps should accept Kotlin libraries; it's the platform's future. And JVM apps are less constrained by binary size. Here's the size of OkHttp + transitive dependencies, and those of alternatives: * OkHttp 4.4: 2.47 MiB including Kotlin stdlib (1.51 MiB) * Apache HTTP Client 5.0: 1.78 MiB including slf4j-api (0.04 MiB) * Jetty HTTP Client 9.4: 1.19 MiB