Skip to content

Commit ae5ce9f

Browse files
committed
Updated RxJava to 2.0.1
1 parent ecdb7ff commit ae5ce9f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,12 +41,12 @@ dependencies {
4141
// ----------- Rx dependencies
4242

4343
compile 'io.reactivex:rxjava:1.1.4'
44-
compile 'io.reactivex.rxjava2:rxjava:2.0.0'
44+
compile 'io.reactivex.rxjava2:rxjava:2.0.1'
4545

4646
// Because RxAndroid releases are few and far between, it is recommended you also
4747
// explicitly depend on RxJava's latest version for bug fixes and new features.
4848
compile 'io.reactivex:rxandroid:1.2.0'
49-
compile 'io.reactivex.rxjava2:rxandroid:2.0.0'
49+
compile 'io.reactivex.rxjava2:rxandroid:2.0.1'
5050

5151
// libs like rxbinding + rxjava-math haven't been ported to RxJava 2.x yet, so this helps
5252
compile "com.github.akarnokd:rxjava2-interop:0.6.1"

0 commit comments

Comments
 (0)