Skip to content

Commit 94e42bd

Browse files
committed
Upgrade to RxJava 1.2.2
1 parent 9a49148 commit 94e42bd

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

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

1313
```
1414
dependencies {
15-
compile "com.github.akarnokd:rxjava2-interop:0.6.0"
15+
compile "com.github.akarnokd:rxjava2-interop:0.6.1"
1616
}
1717
```
1818

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ dependencies {
4949
signature 'org.codehaus.mojo.signature:java16:1.1@signature'
5050

5151
compile "org.reactivestreams:reactive-streams:1.0.0"
52-
compile "io.reactivex:rxjava:1.2.1"
52+
compile "io.reactivex:rxjava:1.2.2"
5353
compile "io.reactivex.rxjava2:rxjava:2.0.0"
5454

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

gradle.properties

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

0 commit comments

Comments
 (0)