Skip to content
This repository has been archived by the owner on Apr 13, 2023. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
z-chu committed Jun 24, 2017
1 parent 66eea8a commit 8fb534f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
### 缓存策略-尽可能适应多种使用场景
* 仅缓存
* 仅网络
* 仅网络依然会缓存
* 优先缓存
* 优先网络
* 先缓存后网络
Expand All @@ -32,13 +33,13 @@
* **RxJava 2.0**
```groovy
dependencies {
compile 'com.zchu:rxcache:2.0.2'
compile 'com.zchu:rxcache:2.0.3'
}
```
* **RxJava 1.0**
```groovy
dependencies {
compile 'com.zchu:rxcache:1.2.3'
compile 'com.zchu:rxcache:1.2.4'
}
```

Expand Down

0 comments on commit 8fb534f

Please sign in to comment.