File tree Expand file tree Collapse file tree 3 files changed +11
-3
lines changed
Expand file tree Collapse file tree 3 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 22
33Version 1.x can be found at https://github.com/ReactiveX/RxAndroid/blob/1.x/CHANGES.md
44
5+
6+ ### Version 2.0.1 - November 12, 2016 ###
7+
8+ ** Bugfixes**
9+
10+ * [ Pull 347] ( https://github.com/ReactiveX/RxAndroid/pull/347 ) - Schedule tasks with negative delays immediately
11+
12+
513### Version 2.0.0 - October 29, 2016 ###
614
715General availability of RxAndroid 2.0 for use with RxJava 2.0!
Original file line number Diff line number Diff line change @@ -20,10 +20,10 @@ Since RxAndroid is part of the RxJava family the communication channels are simi
2020# Binaries
2121
2222``` groovy
23- compile 'io.reactivex.rxjava2:rxandroid:2.0.0 '
23+ compile 'io.reactivex.rxjava2:rxandroid:2.0.1 '
2424// Because RxAndroid releases are few and far between, it is recommended you also
2525// explicitly depend on RxJava's latest version for bug fixes and new features.
26- compile 'io.reactivex.rxjava2:rxjava:2.0.0 '
26+ compile 'io.reactivex.rxjava2:rxjava:2.0.1 '
2727```
2828
2929* RxAndroid: <a href =' http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22io.reactivex.rxjava2%22%20a%3A%22rxjava%22 ' ><img src =' http://img.shields.io/maven-central/v/io.reactivex.rxjava2/rxandroid.svg ' ></a >
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ android {
4040}
4141
4242dependencies {
43- compile ' io.reactivex.rxjava2:rxjava:2.0.0 '
43+ compile ' io.reactivex.rxjava2:rxjava:2.0.1 '
4444
4545 testCompile ' junit:junit:4.12'
4646 testCompile ' org.robolectric:robolectric:3.1.2'
You can’t perform that action at this time.
0 commit comments