Skip to content

Commit

Permalink
Upgrade to RxJava 2.1.11
Browse files Browse the repository at this point in the history
  • Loading branch information
akarnokd committed Mar 21, 2018
1 parent fa96dc4 commit 9a1358c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ RxJava 2.x implementation of extra sources, operators and components and ports o

```
dependencies {
   compile "com.github.akarnokd:rxjava2-extensions:0.18.8"
   compile "com.github.akarnokd:rxjava2-extensions:0.18.9"
}
```

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ dependencies {
signature 'org.codehaus.mojo.signature:java16:1.1@signature'

compile "org.reactivestreams:reactive-streams:1.0.2"
compile "io.reactivex.rxjava2:rxjava:2.1.10"
compile "io.reactivex.rxjava2:rxjava:2.1.11"

testCompile group: 'junit', name: 'junit', version: '4.12'

Expand Down

0 comments on commit 9a1358c

Please sign in to comment.