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

Commit 9aba4f5

Browse files
author
mcxiaoke
committed
update readme, release 1.0.19
1 parent 798ce09 commit 9aba4f5

File tree

2 files changed

+9
-6
lines changed

2 files changed

+9
-6
lines changed

README.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This is an unofficial mirror (with some minor bugfix, see [Changelog](#changelog
66

77
Volley is already published to Maven Central.
88

9-
* [![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)
9+
* [![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)
1010

1111
## Usage
1212

@@ -16,15 +16,15 @@ Volley is already published to Maven Central.
1616
<dependency>
1717
<groupId>com.mcxiaoke.volley</groupId>
1818
<artifactId>library</artifactId>
19-
<version>{latest-version}</version>
19+
<version>1.0.19</version>
2020
</dependency>
2121
```
2222

2323

2424
### for Gradle
2525

2626
``` groovy
27-
compile 'com.mcxiaoke.volley:library:1.0.18'
27+
compile 'com.mcxiaoke.volley:library:1.0.19'
2828
```
2929

3030

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

4343
```groovy
44-
compile 'com.mcxiaoke.volley:library:1.0.18-SNAPSHOT'
44+
compile 'com.mcxiaoke.volley:library:1.0.19-SNAPSHOT'
4545
```
4646

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

4952
* **1.0.18 2015.07.28**
5053
* merge upstream, process response bodies only when present

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
VERSION_NAME=1.0.18
2-
VERSION_CODE=19
1+
VERSION_NAME=1.0.19
2+
VERSION_CODE=20
33
GROUP=com.mcxiaoke.volley
44

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

0 commit comments

Comments
 (0)