From f8a19c9ed25877d49a1d088fcb3fd88525edd2f7 Mon Sep 17 00:00:00 2001 From: marcel Date: Sat, 12 Mar 2016 01:22:24 +0100 Subject: [PATCH] Prepare version 1.4.0 --- README.md | 10 +++------- gradle.properties | 2 +- 2 files changed, 4 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index c7424f0..1fbd9d4 100644 --- a/README.md +++ b/README.md @@ -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: diff --git a/gradle.properties b/gradle.properties index 9eaf6d9..d4b7068 100755 --- a/gradle.properties +++ b/gradle.properties @@ -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)