Skip to content

Commit

Permalink
update readme and version, release 1.0.14
Browse files Browse the repository at this point in the history
  • Loading branch information
mcxiaoke committed Mar 17, 2015
1 parent 0633526 commit 84f6a43
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
6 changes: 5 additions & 1 deletion 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.16-com.mcxiaoke.volley:library:1.0.13-brightgreen.svg)](https://search.maven.org/#artifactdetails%7Ccom.mcxiaoke.volley%7Clibrary%7C1.0.13%7Cjar)
* [![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)


## Usage
Expand Down Expand Up @@ -97,6 +97,10 @@ compile 'com.mcxiaoke.volley:library:1.0.+@aar'

* **1.0.13 2015.03.16**
* merge pr, added constructor to JSONArrayRequest

* **1.0.14 2015.03.16**
* add more constructors for JsonArrayRequest and JsonObjectRequest
* update and fix gradle build, using new build.gradle



Expand Down
6 changes: 3 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
VERSION_NAME=1.0.13
VERSION_CODE=14
VERSION_NAME=1.0.14
VERSION_CODE=15
GROUP=com.mcxiaoke.volley

POM_DESCRIPTION=Volley is a network library from Android source code.
Expand All @@ -15,7 +15,7 @@ POM_DEVELOPER_NAME=Xiaoke Zhang
POM_DEVELOPER_EMAIL[email protected]

ANDROID_BUILD_TARGET_SDK_VERSION=21
ANDROID_BUILD_TOOLS_VERSION=21.1.1
ANDROID_BUILD_TOOLS_VERSION=21.1.2
ANDROID_BUILD_SDK_VERSION=21

POM_NAME=Android-Volley Library
Expand Down

0 comments on commit 84f6a43

Please sign in to comment.