Skip to content

Commit

Permalink
Upgrade to RxJava 2.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
akarnokd committed Oct 27, 2017
1 parent d88dbd9 commit 22db6fc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Library to convert between RxJava 1.x and 2.x reactive types.

```
dependencies {
compile "com.github.akarnokd:rxjava2-interop:0.10.8"
compile "com.github.akarnokd:rxjava2-interop:0.10.9"
}
```

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ dependencies {

compile "org.reactivestreams:reactive-streams:1.0.1"
compile "io.reactivex:rxjava:1.3.3"
compile "io.reactivex.rxjava2:rxjava:2.1.5"
compile "io.reactivex.rxjava2:rxjava:2.1.6"

testCompile group: 'junit', name: 'junit', version: '4.12'
}
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version=0.10.8
version=0.10.9

0 comments on commit 22db6fc

Please sign in to comment.