Skip to content

Commit c7a4446

Browse files
committed
Prepare version 2.1.1
1 parent 7996633 commit c7a4446

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGES.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
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**

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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)

rxandroid/build.gradle

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

3838
dependencies {
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'

0 commit comments

Comments
 (0)