Skip to content

Commit

Permalink
Merge pull request #241 from trello/dlew/prep-2.2.0
Browse files Browse the repository at this point in the history
Prepare v2.2.0 release
  • Loading branch information
dlew authored Sep 7, 2017
2 parents d7f2dca + 20c9542 commit 339d73d
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 8 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.0 (2017-09-06)

- [#239](https://github.com/trello/RxLifecycle/pull/239): Added support for support preference fragments

These can be found in the new rxlifecycle-components-preference artifact.

## 2.1.0 (2017-05-27)

- [#216](https://github.com/trello/RxLifecycle/pull/216): Added support for Android Architecture Components
Expand Down
17 changes: 10 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,25 +135,28 @@ myObservable
## Installation

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

## 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.1.0-SNAPSHOT
VERSION_NAME=2.2.0-SNAPSHOT

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

0 comments on commit 339d73d

Please sign in to comment.