Skip to content
This repository has been archived by the owner on Aug 9, 2020. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
VictorAlbertos authored Sep 2, 2016
1 parent 58ee9ce commit 5025096
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ allprojects {
And add next dependencies in the build.gradle of the module:
```gradle
dependencies {
compile "com.github.VictorAlbertos.RxCache:runtime:1.6.3"
compile "com.github.VictorAlbertos.RxCache:runtime:1.6.4"
compile "io.reactivex:rxjava:1.1.8"
}
```
Expand Down Expand Up @@ -267,7 +267,7 @@ apply plugin: 'com.neenbedankt.android-apt'
dependencies {
// apt command comes from the android-apt plugin
apt "com.github.VictorAlbertos.RxCache:compiler:1.6.3"
apt "com.github.VictorAlbertos.RxCache:compiler:1.6.4"
}
```

Expand Down

0 comments on commit 5025096

Please sign in to comment.