提交 9710e643 编写于 作者: J Jake Wharton

Prepare version 2.8.2

上级 8e384313
Change Log
==========
Version 2.8.2 *(2020-05-18)*
----------------------------
* Fix: Detect running on the Android platform by using system property rather than the presence of classes.
This ensures that even when you're running on the JVM with Android classes present on the classpath you
get JVM semantics.
* Fix: Update to OkHttp 3.14.9 which contains an associated Android platform detection fix.
Version 2.8.1 *(2020-03-25)*
----------------------------
......
......@@ -9,7 +9,7 @@ For more information please see [the website][1].
Download
--------
Download [the latest JAR][2] or grab from Maven central at the coordinates `com.squareup.retrofit2:retrofit:2.8.1`.
Download [the latest JAR][2] or grab from Maven central at the coordinates `com.squareup.retrofit2:retrofit:2.8.2`.
Snapshots of the development version are available in [Sonatype's `snapshots` repository][snap].
......
GROUP=com.squareup.retrofit2
VERSION_NAME=2.9.0-SNAPSHOT
VERSION_NAME=2.8.2
POM_URL=https://github.com/square/retrofit
POM_SCM_URL=https://github.com/square/retrofit/
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册