Skip to content

Commit

Permalink
update readme, release 1.0.15
Browse files Browse the repository at this point in the history
  • Loading branch information
mcxiaoke committed Mar 18, 2015
1 parent cd543ea commit 6e66a40
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ This is an unofficial mirror for [android volley library](https://android.google

Volley is already published to Maven Central.

* [![Maven Central](https://img.shields.io/badge/2015.03.17-com.mcxiaoke.volley:library:1.0.14-brightgreen.svg)](https://search.maven.org/#artifactdetails%7Ccom.mcxiaoke.volley%7Clibrary%7C1.0.14%7Cjar)
* [![Maven Central](https://img.shields.io/badge/2015.03.18-com.mcxiaoke.volley:library:1.0.15-brightgreen.svg)](https://search.maven.org/#artifactdetails%7Ccom.mcxiaoke.volley%7Clibrary%7C1.0.15%7Cjar)


## Usage
Expand Down Expand Up @@ -101,7 +101,10 @@ compile 'com.mcxiaoke.volley:library:1.0.+@aar'
* **1.0.14 2015.03.17**
* add more constructors for JsonArrayRequest and JsonObjectRequest
* update and fix gradle build, using new build.gradle


* **1.0.15 2015.03.18**
* add two missing constructors for JsonArrayRequest and JsonObjectRequest
* add unique identifier for Request



Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
VERSION_NAME=1.0.14
VERSION_CODE=15
VERSION_NAME=1.0.15
VERSION_CODE=16
GROUP=com.mcxiaoke.volley

POM_DESCRIPTION=Volley is a network library from Android source code.
Expand Down

0 comments on commit 6e66a40

Please sign in to comment.