File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed
Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 11# RxAndroid Releases #
22
3+ ### Version 2.1.1 - February, 15 2019 ###
4+
5+ ** Bugfixes**
6+
7+ * [ Pull 442] ( https://github.com/ReactiveX/RxAndroid/pull/442 ) - Use async messages for Scheduler.scheduleDirect
8+
9+
310### Version 2.1.0 - August 16, 2018 ###
411
512** API Enhancements**
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ Since RxAndroid is part of the RxJava family the communication channels are simi
2020# Binaries
2121
2222``` groovy
23- implementation 'io.reactivex.rxjava2:rxandroid:2.1.0 '
23+ implementation 'io.reactivex.rxjava2:rxandroid:2.1.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.
2626// (see https://github.com/ReactiveX/RxJava/releases for latest 2.x.x version)
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ android {
3636}
3737
3838dependencies {
39- api ' io.reactivex.rxjava2:rxjava:2.2.0 '
39+ api ' io.reactivex.rxjava2:rxjava:2.2.6 '
4040
4141 testImplementation ' junit:junit:4.12'
4242 testImplementation ' org.robolectric:robolectric:3.8'
You can’t perform that action at this time.
0 commit comments