Skip to content

Commit 0dabd1c

Browse files
authored
Merge pull request #333 from trello/dlew/4.0.2
Prepare release v4.0.2
2 parents 5725b69 + 9e67bb3 commit 0dabd1c

File tree

3 files changed

+12
-8
lines changed

3 files changed

+12
-8
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 4.0.2 (2020-11-05)
4+
5+
- [#332](https://github.com/trello/RxLifecycle/pull/332): Namespace Kotlin module names
6+
37
## 4.0.1 (2020-10-29)
48

59
- [#330](https://github.com/trello/RxLifecycle/pull/330): Corrected package name in rxlifecycle-android-lifecycle-kotlin

README.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -117,25 +117,25 @@ myObservable
117117
## Installation
118118

119119
```gradle
120-
implementation 'com.trello.rxlifecycle4:rxlifecycle:4.0.1'
120+
implementation 'com.trello.rxlifecycle4:rxlifecycle:4.0.2'
121121
122122
// If you want to bind to Android-specific lifecycles
123-
implementation 'com.trello.rxlifecycle4:rxlifecycle-android:4.0.1'
123+
implementation 'com.trello.rxlifecycle4:rxlifecycle-android:4.0.2'
124124
125125
// If you want pre-written Activities and Fragments you can subclass as providers
126-
implementation 'com.trello.rxlifecycle4:rxlifecycle-components:4.0.1'
126+
implementation 'com.trello.rxlifecycle4:rxlifecycle-components:4.0.2'
127127
128128
// If you want pre-written support preference Fragments you can subclass as providers
129-
implementation 'com.trello.rxlifecycle4:rxlifecycle-components-preference:4.0.1'
129+
implementation 'com.trello.rxlifecycle4:rxlifecycle-components-preference:4.0.2'
130130
131131
// If you want to use Android Lifecycle for providers
132-
implementation 'com.trello.rxlifecycle4:rxlifecycle-android-lifecycle:4.0.1'
132+
implementation 'com.trello.rxlifecycle4:rxlifecycle-android-lifecycle:4.0.2'
133133
134134
// If you want to use Kotlin syntax
135-
implementation 'com.trello.rxlifecycle4:rxlifecycle-kotlin:4.0.1'
135+
implementation 'com.trello.rxlifecycle4:rxlifecycle-kotlin:4.0.2'
136136
137137
// If you want to use Kotlin syntax with Android Lifecycle
138-
implementation 'com.trello.rxlifecycle4:rxlifecycle-android-lifecycle-kotlin:4.0.1'
138+
implementation 'com.trello.rxlifecycle4:rxlifecycle-android-lifecycle-kotlin:4.0.2'
139139
```
140140

141141
## License

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
GROUP=com.trello.rxlifecycle4
2-
VERSION_NAME=4.0.1-SNAPSHOT
2+
VERSION_NAME=4.0.2-SNAPSHOT
33

44
POM_URL=https://github.com/trello/RxLifecycle
55
POM_SCM_URL=https://github.com/trello/RxLifecycle

0 commit comments

Comments
 (0)