Skip to content
This repository has been archived by the owner on Feb 26, 2018. It is now read-only.

Commit

Permalink
update readme, release 1.0.19-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
mcxiaoke committed Sep 8, 2015
1 parent 798ce09 commit 94df89c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
11 changes: 7 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ This is an unofficial mirror (with some minor bugfix, see [Changelog](#changelog

Volley is already published to Maven Central.

* [![Maven Central](http://img.shields.io/badge/2015.07.28-com.mcxiaoke.volley:library:1.0.18-brightgreen.svg)](http://search.maven.org/#artifactdetails%7Ccom.mcxiaoke.volley%7Clibrary%7C1.0.18%7Cjar)
* [![Maven Central](http://img.shields.io/badge/2015.09.08-com.mcxiaoke.volley:library:1.0.19-brightgreen.svg)](http://search.maven.org/#artifactdetails%7Ccom.mcxiaoke.volley%7Clibrary%7C1.0.19%7Cjar)

## Usage

Expand All @@ -16,15 +16,15 @@ Volley is already published to Maven Central.
<dependency>
<groupId>com.mcxiaoke.volley</groupId>
<artifactId>library</artifactId>
<version>{latest-version}</version>
<version>1.0.19</version>
</dependency>
```


### for Gradle

``` groovy
compile 'com.mcxiaoke.volley:library:1.0.18'
compile 'com.mcxiaoke.volley:library:1.0.19'
```


Expand All @@ -41,10 +41,13 @@ repositories {
add this to dependencies section in build.gradle

```groovy
compile 'com.mcxiaoke.volley:library:1.0.18-SNAPSHOT'
compile 'com.mcxiaoke.volley:library:1.0.19-SNAPSHOT'
```

## Changelog
* **1.0.19 2015.09.08**
* merge pr, fix request leak in CacheDispatcher
* set mListener and mErrorListener to null when finish request, fix #85 #93 #96

* **1.0.18 2015.07.28**
* merge upstream, process response bodies only when present
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.18
VERSION_CODE=19
VERSION_NAME=1.0.19-SNAPSHOT
VERSION_CODE=20
GROUP=com.mcxiaoke.volley

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

0 comments on commit 94df89c

Please sign in to comment.