Skip to content

Commit 9a2d47b

Browse files
committed
Upgrade to RxJava 2.2.2
1 parent a4feeb6 commit 9a2d47b

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
@@ -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.20.2"
16+
   compile "com.github.akarnokd:rxjava2-extensions:0.20.3"
1717
}
1818
```
1919

build.gradle

+1-1
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.2"
52-
compile "io.reactivex.rxjava2:rxjava:2.2.1"
52+
compile "io.reactivex.rxjava2:rxjava:2.2.2"
5353

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

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version=0.20.2
1+
version=0.20.3

0 commit comments

Comments
 (0)