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

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
Victor committed Jun 19, 2016
1 parent b0a0b87 commit 2668452
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ allprojects {
And add next dependencies in the build.gradle of the module:
```gradle
dependencies {
compile "com.github.VictorAlbertos.RxCache:core:1.5.2"
compile "com.github.VictorAlbertos.RxCache:core:1.5.3"
compile "io.reactivex:rxjava:1.1.5"
}
```
Expand All @@ -53,13 +53,13 @@ Because RxCache uses internally [Jolyglot](https://github.com/VictorAlbertos/Jol
```gradle
dependencies {
// To use Gson
compile 'com.github.VictorAlbertos.Jolyglot:gson:0.0.1'
compile 'com.github.VictorAlbertos.Jolyglot:gson:0.0.2'
// To use Jackson
compile 'com.github.VictorAlbertos.Jolyglot:jackson:0.0.1'
compile 'com.github.VictorAlbertos.Jolyglot:jackson:0.0.2'
// To use Moshi
compile 'com.github.VictorAlbertos.Jolyglot:moshi:0.0.1'
compile 'com.github.VictorAlbertos.Jolyglot:moshi:0.0.2'
}
```

Expand Down Expand Up @@ -268,7 +268,7 @@ apply plugin: 'com.neenbedankt.android-apt'
dependencies {
// apt command comes from the android-apt plugin
apt "com.github.VictorAlbertos.RxCache:compiler:1.5.2"
apt "com.github.VictorAlbertos.RxCache:compiler:1.5.3"
}
```

Expand Down

0 comments on commit 2668452

Please sign in to comment.