Skip to content

Commit

Permalink
update: readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ohmerhe committed Dec 21, 2017
1 parent 95729ea commit 659c7ed
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,10 @@ Kolley是用 kotlin 实现,结合了[Volley](https://developer.android.com/tra
```
repositories {
jcenter()
maven { url "https://jitpack.io" } // for PersistentCookieJar
}
compile 'com.ohmerhe.kolley:kolley:0.3.0'
compile 'com.ohmerhe.kolley:kolley:0.3.1'
```

## 0.3.1
Expand Down
8 changes: 7 additions & 1 deletion README_EN.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,17 @@ Kolley is a kotlin RESTful http request framework which combine [Volley](https:/
```
repositories {
jcenter()
maven { url "https://jitpack.io" } // for PersistentCookieJar
}
compile 'com.ohmerhe.kolley:kolley:0.3.0'
compile 'com.ohmerhe.kolley:kolley:0.3.1'
```

## 0.3.1

- support persistent cookie
- fix bug for chinese chars

## 0.3.0

- support raw post
Expand Down

0 comments on commit 659c7ed

Please sign in to comment.