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 1
1
# RxAndroid Releases #
2
2
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
+
3
10
### Version 2.1.0 - August 16, 2018 ###
4
11
5
12
** 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
20
20
# Binaries
21
21
22
22
``` groovy
23
- implementation 'io.reactivex.rxjava2:rxandroid:2.1.0 '
23
+ implementation 'io.reactivex.rxjava2:rxandroid:2.1.1 '
24
24
// Because RxAndroid releases are few and far between, it is recommended you also
25
25
// explicitly depend on RxJava's latest version for bug fixes and new features.
26
26
// (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 {
36
36
}
37
37
38
38
dependencies {
39
- api ' io.reactivex.rxjava2:rxjava:2.2.0 '
39
+ api ' io.reactivex.rxjava2:rxjava:2.2.6 '
40
40
41
41
testImplementation ' junit:junit:4.12'
42
42
testImplementation ' org.robolectric:robolectric:3.8'
You can’t perform that action at this time.
0 commit comments