We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ecdb7ff commit ae5ce9fCopy full SHA for ae5ce9f
app/build.gradle
@@ -41,12 +41,12 @@ dependencies {
41
// ----------- Rx dependencies
42
43
compile 'io.reactivex:rxjava:1.1.4'
44
- compile 'io.reactivex.rxjava2:rxjava:2.0.0'
+ compile 'io.reactivex.rxjava2:rxjava:2.0.1'
45
46
// Because RxAndroid releases are few and far between, it is recommended you also
47
// explicitly depend on RxJava's latest version for bug fixes and new features.
48
compile 'io.reactivex:rxandroid:1.2.0'
49
- compile 'io.reactivex.rxjava2:rxandroid:2.0.0'
+ compile 'io.reactivex.rxjava2:rxandroid:2.0.1'
50
51
// libs like rxbinding + rxjava-math haven't been ported to RxJava 2.x yet, so this helps
52
compile "com.github.akarnokd:rxjava2-interop:0.6.1"
0 commit comments