Skip to content

Commit a78ba28

Browse files
committed
Upgrade to RxJava 2.0.5
1 parent d9da302 commit a78ba28

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ RxJava 2.x implementation of extra sources, operators and components and ports o
1313

1414
```
1515
dependencies {
16-
compile "com.github.akarnokd:rxjava2-extensions:0.14.3"
16+
compile "com.github.akarnokd:rxjava2-extensions:0.14.4"
1717
}
1818
```
1919

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.rxjava2:rxjava:2.0.4"
52+
compile "io.reactivex.rxjava2:rxjava:2.0.5"
5353

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

0 commit comments

Comments
 (0)