Skip to content
This repository was archived by the owner on Sep 3, 2023. It is now read-only.

Commit 0fd2920

Browse files
committed
Release 0.5.0
1 parent 13bbd21 commit 0fd2920

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@ constructor parameters, they are filled for you by generated code.
6161

6262
```gradle
6363
dependencies {
64-
implementation "com.afollestad:ulfberht:0.4.0"
65-
kapt "com.afollestad:ulfbert-processor:0.4.0"
64+
implementation "com.afollestad:ulfberht:0.5.0"
65+
kapt "com.afollestad:ulfbert-processor:0.5.0"
6666
}
6767
```
6868

RELEASE_NOTES.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
0.4.0
1+
0.5.0
22

3-
* Android `ViewModel` injection!
4-
* You can inject `Provider<>`'s of types.
5-
* Bug fixes, code cleanup, generated code cleanup, etc.
3+
* Instead of setting `parent` in the `Component` annotation, you assign a component `children`. See
4+
the updated README.
5+
* Internal cleanup.

dependencies.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ ext.versions = [
22
minSdk : 19,
33
compileSdk : 29,
44
buildTools : '29.0.0',
5-
publishVersion : '0.4.0',
6-
publishVersionCode: 10,
5+
publishVersion : '0.5.0',
6+
publishVersionCode: 11,
77

88
gradlePlugin : '3.4.2',
99
spotlessPlugin : '3.24.0',

0 commit comments

Comments
 (0)