File tree Expand file tree Collapse file tree 3 files changed +15
-3
lines changed
Expand file tree Collapse file tree 3 files changed +15
-3
lines changed Original file line number Diff line number Diff line change 22
33Version 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
Original file line number Diff line number Diff 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 >
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ android {
3737}
3838
3939dependencies {
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'
You can’t perform that action at this time.
0 commit comments