Skip to content

Commit fb7983e

Browse files
committed
Prepare version 2.0.1.
1 parent e628d1b commit fb7983e

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

CHANGES.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
Version 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

715
General availability of RxAndroid 2.0 for use with RxJava 2.0!

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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>

rxandroid/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ android {
4040
}
4141

4242
dependencies {
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'

0 commit comments

Comments
 (0)