Skip to content

Commit

Permalink
Prepare version 2.0.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeWharton committed Nov 12, 2016
1 parent e628d1b commit fb7983e
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGES.md
Expand Up @@ -2,6 +2,14 @@

Version 1.x can be found at https://github.com/ReactiveX/RxAndroid/blob/1.x/CHANGES.md


### Version 2.0.1 - November 12, 2016 ###

**Bugfixes**

* [Pull 347](https://github.com/ReactiveX/RxAndroid/pull/347) - Schedule tasks with negative delays immediately


### Version 2.0.0 - October 29, 2016 ###

General availability of RxAndroid 2.0 for use with RxJava 2.0!
Expand Down
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -20,10 +20,10 @@ Since RxAndroid is part of the RxJava family the communication channels are simi
# Binaries

```groovy
compile 'io.reactivex.rxjava2:rxandroid:2.0.0'
compile 'io.reactivex.rxjava2:rxandroid:2.0.1'
// Because RxAndroid releases are few and far between, it is recommended you also
// explicitly depend on RxJava's latest version for bug fixes and new features.
compile 'io.reactivex.rxjava2:rxjava:2.0.0'
compile 'io.reactivex.rxjava2:rxjava:2.0.1'
```

* 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>
Expand Down
2 changes: 1 addition & 1 deletion rxandroid/build.gradle
Expand Up @@ -40,7 +40,7 @@ android {
}

dependencies {
compile 'io.reactivex.rxjava2:rxjava:2.0.0'
compile 'io.reactivex.rxjava2:rxjava:2.0.1'

testCompile 'junit:junit:4.12'
testCompile 'org.robolectric:robolectric:3.1.2'
Expand Down

0 comments on commit fb7983e

Please sign in to comment.