Skip to content

Commit

Permalink
Merge pull request #288 from trello/dlew/prep-v3
Browse files Browse the repository at this point in the history
Preparing v3.0.0 release
  • Loading branch information
dlew authored Oct 25, 2018
2 parents ed10155 + b22b5ef commit 7cb0192
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 10 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 3.0.0 (2018-10-25)

- [#285](https://github.com/trello/RxLifecycle/pull/285): Updated base package to com.trello.rxlifecycle3
- [#284](https://github.com/trello/RxLifecycle/pull/284): Deprecate rxlifecycle-navi
- [#283](https://github.com/trello/RxLifecycle/pull/283): Upgraded to AndroidX

## 2.2.2 (2018-07-29)

- [#275](https://github.com/trello/RxLifecycle/pull/275): Updated dependencies
Expand Down
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,29 +117,29 @@ myObservable
## Installation

```gradle
implementation 'com.trello.rxlifecycle2:rxlifecycle:2.2.2'
implementation 'com.trello.rxlifecycle2:rxlifecycle:3.0.0'
// If you want to bind to Android-specific lifecycles
implementation 'com.trello.rxlifecycle2:rxlifecycle-android:2.2.2'
implementation 'com.trello.rxlifecycle2:rxlifecycle-android:3.0.0'
// If you want pre-written Activities and Fragments you can subclass as providers
implementation 'com.trello.rxlifecycle2:rxlifecycle-components:2.2.2'
implementation 'com.trello.rxlifecycle2:rxlifecycle-components:3.0.0'
// If you want pre-written support preference Fragments you can subclass as providers
implementation 'com.trello.rxlifecycle2:rxlifecycle-components-preference:2.2.2'
implementation 'com.trello.rxlifecycle2:rxlifecycle-components-preference:3.0.0'
// If you want to use Android Lifecycle for providers
implementation 'com.trello.rxlifecycle2:rxlifecycle-android-lifecycle:2.2.2'
implementation 'com.trello.rxlifecycle2:rxlifecycle-android-lifecycle:3.0.0'
// If you want to use Kotlin syntax
implementation 'com.trello.rxlifecycle2:rxlifecycle-kotlin:2.2.2'
implementation 'com.trello.rxlifecycle2:rxlifecycle-kotlin:3.0.0'
// If you want to use Kotlin syntax with Android Lifecycle
implementation 'com.trello.rxlifecycle2:rxlifecycle-android-lifecycle-kotlin:2.2.2'
implementation 'com.trello.rxlifecycle2:rxlifecycle-android-lifecycle-kotlin:3.0.0'
// If you want to use Navi for providers
// DEPRECATED: Use rxlifecycle-android-lifecycle instead. This will be removed in a future release.
implementation 'com.trello.rxlifecycle2:rxlifecycle-navi:2.2.2'
implementation 'com.trello.rxlifecycle2:rxlifecycle-navi:3.0.0'
```

## License
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
GROUP=com.trello.rxlifecycle2
VERSION_NAME=2.2.2-SNAPSHOT
GROUP=com.trello.rxlifecycle3
VERSION_NAME=3.0.0-SNAPSHOT

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

0 comments on commit 7cb0192

Please sign in to comment.