Skip to content

Commit

Permalink
Prepare version 2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeWharton committed Feb 15, 2019
1 parent 7996633 commit c7a4446
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# RxAndroid Releases #

### Version 2.1.1 - February, 15 2019 ###

**Bugfixes**

* [Pull 442](https://github.com/ReactiveX/RxAndroid/pull/442) - Use async messages for Scheduler.scheduleDirect


### Version 2.1.0 - August 16, 2018 ###

**API Enhancements**
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Since RxAndroid is part of the RxJava family the communication channels are simi
# Binaries

```groovy
implementation 'io.reactivex.rxjava2:rxandroid:2.1.0'
implementation 'io.reactivex.rxjava2:rxandroid:2.1.1'
// Because RxAndroid releases are few and far between, it is recommended you also
// explicitly depend on RxJava's latest version for bug fixes and new features.
// (see https://github.com/ReactiveX/RxJava/releases for latest 2.x.x version)
Expand Down
2 changes: 1 addition & 1 deletion rxandroid/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ android {
}

dependencies {
api 'io.reactivex.rxjava2:rxjava:2.2.0'
api 'io.reactivex.rxjava2:rxjava:2.2.6'

testImplementation 'junit:junit:4.12'
testImplementation 'org.robolectric:robolectric:3.8'
Expand Down

0 comments on commit c7a4446

Please sign in to comment.