This repository has been archived by the owner on May 3, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Marcel Schnelle
committed
Feb 22, 2016
1 parent
b15cf66
commit 1956237
Showing
3 changed files
with
5 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,18 @@ | ||
# Artifact configuration | ||
GROUP_ID=com.github.aurae.retrofit2 | ||
ARTIFACT_ID=converter-logansquare | ||
VERSION_NAME=1.2.1 | ||
VERSION_NAME=1.3.0 | ||
DESCRIPTION=A Converter implementation using LoganSquare JSON serialization for Retrofit 2. | ||
|
||
# Dependency versions (plugins) | ||
APT_PLUGIN_VERSION=0.4 | ||
BINTRAY_PLUGIN_VERSION=1.3.1 | ||
|
||
# Dependency versions (library) | ||
RETROFIT_VERSION=2.0.0-beta3 | ||
RETROFIT_VERSION=2.0.0-beta4 | ||
LOGANSQUARE_VERSION=1.3.4 | ||
|
||
# Dependency versions (test) | ||
MOCKWEBSERVER_VERSION=3.0.0-RC1 | ||
MOCKWEBSERVER_VERSION=3.1.2 | ||
JUNIT_VERSION=4.12 | ||
ASSERTJ_VERSION=3.2.0 |