Skip to content

Commit

Permalink
Prepare version 2.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeWharton committed May 18, 2020
1 parent 8e38431 commit 9710e64
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
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)*
----------------------------

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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].

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
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/
Expand Down

0 comments on commit 9710e64

Please sign in to comment.