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 2
2
3
3
Version 1.x can be found at https://github.com/ReactiveX/RxAndroid/blob/1.x/CHANGES.md
4
4
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
+
5
13
### Version 2.0.0 - October 29, 2016 ###
6
14
7
15
General 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
20
20
# Binaries
21
21
22
22
``` groovy
23
- compile 'io.reactivex.rxjava2:rxandroid:2.0.0 '
23
+ compile 'io.reactivex.rxjava2:rxandroid:2.0.1 '
24
24
// Because RxAndroid releases are few and far between, it is recommended you also
25
25
// 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 '
27
27
```
28
28
29
29
* 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 {
40
40
}
41
41
42
42
dependencies {
43
- compile ' io.reactivex.rxjava2:rxjava:2.0.0 '
43
+ compile ' io.reactivex.rxjava2:rxjava:2.0.1 '
44
44
45
45
testCompile ' junit:junit:4.12'
46
46
testCompile ' org.robolectric:robolectric:3.1.2'
You can’t perform that action at this time.
0 commit comments