Skip to content

Commit

Permalink
Prepare version 2.0.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeWharton committed Feb 12, 2018
1 parent 3a425c0 commit 0f11321
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGES.md
Expand Up @@ -2,6 +2,18 @@

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

### Version 2.0.2 - January 12, 2018 ###

**API Enhancements**

* [Pull 358](https://github.com/ReactiveX/RxAndroid/pull/358) - Add handler getters to RxAndroidPlugins

**Bugfixes**

* [Pull 391](https://github.com/ReactiveX/RxAndroid/pull/391) - Update scheduler error handling to match RxJava
* [Pull 408](https://github.com/ReactiveX/RxAndroid/pull/408) - Remove superfluous negative checks
* [Pull 415](https://github.com/ReactiveX/RxAndroid/pull/415) - Disable useless `BuildConfig` class generation


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

Expand Down
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -20,11 +20,11 @@ Since RxAndroid is part of the RxJava family the communication channels are simi
# Binaries

```groovy
compile 'io.reactivex.rxjava2:rxandroid:2.0.1'
implementation 'io.reactivex.rxjava2:rxandroid:2.0.2'
// 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.
// (see https://github.com/ReactiveX/RxJava/releases for latest 2.x.x version)
compile 'io.reactivex.rxjava2:rxjava:2.x.x'
implementation 'io.reactivex.rxjava2:rxjava:2.x.x'
```

* RxAndroid: <a href='http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22io.reactivex.rxjava2%22%20a%3A%22rxandroid%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 @@ -37,7 +37,7 @@ android {
}

dependencies {
api 'io.reactivex.rxjava2:rxjava:2.1.8'
api 'io.reactivex.rxjava2:rxjava:2.1.9'

testImplementation 'junit:junit:4.12'
testImplementation 'org.robolectric:robolectric:3.3.2'
Expand Down

0 comments on commit 0f11321

Please sign in to comment.