Skip to content
This repository has been archived by the owner on May 3, 2024. It is now read-only.

Commit

Permalink
Prepare version 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mannodermaus committed Mar 12, 2016
1 parent c6660f0 commit f8a19c9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
10 changes: 3 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,13 @@
# retrofit-logansquare

A `Converter` implementation using BlueLine Labs' [LoganSquare][logansquare] JSON serialization for Square's [Retrofit][retrofit] REST library.
**Please note** that this library is solely intended for usage with **version 2 of Retrofit** (*2.0.0-beta2* and up)! It won't work with 1.9 or earlier. Please refer [to this section of the README](#retro1) for instructions on how to include LoganSquare serialization on these versions.
**Please note** that this library is solely intended for usage with **Retrofit 2.0.0 and above**! It won't work with 1.9 or earlier. Please refer [to this section of the README](#retro1) for instructions on how to include LoganSquare serialization on these versions.

## Download

Get the appropriate version for your Retrofit dependency on `jcenter()`:
Get it on `jcenter()`:

|Your Retrofit version|Converter artifact|
|---|---|
|`2.0.0-beta2`|`compile "com.github.aurae.retrofit:converter-logansquare:1.1.0"`|
|`2.0.0-beta3`|`compile "com.github.aurae.retrofit2:converter-logansquare:1.2.1"`|
|`2.0.0-beta4`|`compile "com.github.aurae.retrofit2:converter-logansquare:1.3.0"`|
`compile "com.github.aurae.retrofit2:converter-logansquare:1.4.0"`

Don't forget to include LoganSquare's dependencies as well. Check [their repo][logansquare] for the latest version:

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Artifact configuration
GROUP_ID=com.github.aurae.retrofit2
ARTIFACT_ID=converter-logansquare
VERSION_NAME=1.3.0
VERSION_NAME=1.4.0
DESCRIPTION=A Converter implementation using LoganSquare JSON serialization for Retrofit 2.

# Dependency versions (plugins)
Expand Down

0 comments on commit f8a19c9

Please sign in to comment.