Skip to content

Commit

Permalink
Merge pull request #250 from trello/dlew/prep-2.2.1
Browse files Browse the repository at this point in the history
Prepare v2.2.1 release
  • Loading branch information
dlew authored Nov 15, 2017
2 parents f2146fd + 970eabd commit 6fdab5c
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 9 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 2.2.1 (2017-11-15)

- [#248](https://github.com/trello/RxLifecycle/pull/248): Remove generic type declaration for Completable bindings

- [#249](https://github.com/trello/RxLifecycle/pull/249): Updated to release version of Android architecture components

## 2.2.0 (2017-09-06)

- [#239](https://github.com/trello/RxLifecycle/pull/239): Added support for support preference fragments
Expand Down
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,28 +135,28 @@ myObservable
## Installation

```gradle
compile 'com.trello.rxlifecycle2:rxlifecycle:2.2.0'
compile 'com.trello.rxlifecycle2:rxlifecycle:2.2.1'
// If you want to bind to Android-specific lifecycles
compile 'com.trello.rxlifecycle2:rxlifecycle-android:2.2.0'
compile 'com.trello.rxlifecycle2:rxlifecycle-android:2.2.1'
// If you want pre-written Activities and Fragments you can subclass as providers
compile 'com.trello.rxlifecycle2:rxlifecycle-components:2.2.0'
compile 'com.trello.rxlifecycle2:rxlifecycle-components:2.2.1'
// If you want pre-written support preference Fragments you can subclass as providers
compile 'com.trello.rxlifecycle2:rxlifecycle-components-preference:2.2.0'
compile 'com.trello.rxlifecycle2:rxlifecycle-components-preference:2.2.1'
// If you want to use Navi for providers
compile 'com.trello.rxlifecycle2:rxlifecycle-navi:2.2.0'
compile 'com.trello.rxlifecycle2:rxlifecycle-navi:2.2.1'
// If you want to use Android Lifecycle for providers
compile 'com.trello.rxlifecycle2:rxlifecycle-android-lifecycle:2.2.0'
compile 'com.trello.rxlifecycle2:rxlifecycle-android-lifecycle:2.2.1'
// If you want to use Kotlin syntax
compile 'com.trello.rxlifecycle2:rxlifecycle-kotlin:2.2.0'
compile 'com.trello.rxlifecycle2:rxlifecycle-kotlin:2.2.1'
// If you want to use Kotlin syntax with Android Lifecycle
compile 'com.trello.rxlifecycle2:rxlifecycle-android-lifecycle-kotlin:2.2.0'
compile 'com.trello.rxlifecycle2:rxlifecycle-android-lifecycle-kotlin:2.2.1'
```

## License
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
GROUP=com.trello.rxlifecycle2
VERSION_NAME=2.2.0-SNAPSHOT
VERSION_NAME=2.2.1-SNAPSHOT

POM_URL=https://github.com/trello/RxLifecycle
POM_SCM_URL=https://github.com/trello/RxLifecycle
Expand Down

0 comments on commit 6fdab5c

Please sign in to comment.