Skip to content

Commit 37fd103

Browse files
committed
Upgrade to RxJava 2.1.9
1 parent 2cf22f6 commit 37fd103

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Library to convert between RxJava 1.x and 2.x reactive types.
1717

1818
```
1919
dependencies {
20-
compile "com.github.akarnokd:rxjava2-interop:0.11.4"
20+
compile "com.github.akarnokd:rxjava2-interop:0.11.5"
2121
}
2222
```
2323

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@ apply plugin: 'osgi'
4848
dependencies {
4949
signature 'org.codehaus.mojo.signature:java16:1.1@signature'
5050

51-
compile "org.reactivestreams:reactive-streams:1.0.1"
51+
compile "org.reactivestreams:reactive-streams:1.0.2"
5252
compile "io.reactivex:rxjava:1.3.4"
53-
compile "io.reactivex.rxjava2:rxjava:2.1.8"
53+
compile "io.reactivex.rxjava2:rxjava:2.1.9"
5454

5555
testCompile group: 'junit', name: 'junit', version: '4.12'
5656
testCompile 'org.mockito:mockito-core:2.12.0'

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version=0.11.4
1+
version=0.11.5

0 commit comments

Comments
 (0)