Skip to content

Commit 0f11321

Browse files
committed
Prepare version 2.0.2.
1 parent 3a425c0 commit 0f11321

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

CHANGES.md

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

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

5+
### Version 2.0.2 - January 12, 2018 ###
6+
7+
**API Enhancements**
8+
9+
* [Pull 358](https://github.com/ReactiveX/RxAndroid/pull/358) - Add handler getters to RxAndroidPlugins
10+
11+
**Bugfixes**
12+
13+
* [Pull 391](https://github.com/ReactiveX/RxAndroid/pull/391) - Update scheduler error handling to match RxJava
14+
* [Pull 408](https://github.com/ReactiveX/RxAndroid/pull/408) - Remove superfluous negative checks
15+
* [Pull 415](https://github.com/ReactiveX/RxAndroid/pull/415) - Disable useless `BuildConfig` class generation
16+
517

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

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ 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.1'
23+
implementation 'io.reactivex.rxjava2:rxandroid:2.0.2'
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.
2626
// (see https://github.com/ReactiveX/RxJava/releases for latest 2.x.x version)
27-
compile 'io.reactivex.rxjava2:rxjava:2.x.x'
27+
implementation 'io.reactivex.rxjava2:rxjava:2.x.x'
2828
```
2929

3030
* 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>

rxandroid/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ android {
3737
}
3838

3939
dependencies {
40-
api 'io.reactivex.rxjava2:rxjava:2.1.8'
40+
api 'io.reactivex.rxjava2:rxjava:2.1.9'
4141

4242
testImplementation 'junit:junit:4.12'
4343
testImplementation 'org.robolectric:robolectric:3.3.2'

0 commit comments

Comments
 (0)