1
0
mirror of https://github.com/square/okhttp.git synced 2026-01-14 07:22:20 +03:00

Update UPGRADING_TO_OKHTTP_4.md

This commit is contained in:
Said Tahsin Dane
2019-06-04 07:03:17 +02:00
committed by GitHub
parent 82335f9980
commit d73de5dcad

View File

@@ -11,7 +11,7 @@ keeping the package name the same: `okhttp3`!
There are three kinds of compatibility we're tracking:
* **Binary compatibility** is the ability to compile a program against OkHttp 3.x, and then to run
it against OkHttp 4.x. We're using use the excellent [japicmp][japicmp] library via its
it against OkHttp 4.x. We're using the excellent [japicmp][japicmp] library via its
[Gradle plugin][japicmp_gradle] to enforce binary compatibility.
* **Java source compatibility** is the ability to upgrade Java uses of OkHttp 3.x to 4.x without