Skip to content

Commit d83a3f5

Browse files
committed
Upgrade to RxJava 3.0.0-RC4
1 parent 91dcf31 commit d83a3f5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Library to convert between RxJava 1.x and 3.x reactive types.
1717

1818
```
1919
dependencies {
20-
compile "com.github.akarnokd:rxjava3-interop:3.0.0-RC3"
20+
compile "com.github.akarnokd:rxjava3-interop:3.0.0-RC4"
2121
}
2222
```
2323

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ dependencies {
5050

5151
compile "org.reactivestreams:reactive-streams:1.0.3"
5252
compile "io.reactivex:rxjava:1.3.8"
53-
compile "io.reactivex.rxjava3:rxjava:3.0.0-RC3"
53+
compile "io.reactivex.rxjava3:rxjava:3.0.0-RC4"
5454

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

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version=3.0.0-RC3
1+
version=3.0.0-RC4

0 commit comments

Comments
 (0)