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

Commit 928d441

Browse files
committed
Release 0.1.0-beta2
1 parent 094ff51 commit 928d441

File tree

3 files changed

+10
-6
lines changed

3 files changed

+10
-6
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ scoping support, especially on Android. _This is the result._
5252

5353
```gradle
5454
dependencies {
55-
implementation "com.afollestad:ulfberht:0.0.1-beta1"
56-
kapt "com.afollestad:ulfbert-processor:0.0.1-beta1"
55+
implementation "com.afollestad:ulfberht:0.0.1-beta2"
56+
kapt "com.afollestad:ulfbert-processor:0.0.1-beta2"
5757
}
5858
```
5959

RELEASE_NOTES.md

+6-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1-
0.1.0 beta1
1+
0.1.0 beta2
22

3-
* Attaching scopes to lifecycle owners on Android is now more automated, and uses a `@ScopeOwner` annotation.
3+
* Fixed some type comparison bugs in generated components/modules.
4+
* Removed some internal logging.
5+
* Cleanup generated component code redundancies.
6+
* Improved build-time error messaging.
7+
* Removed some unused code.

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.1.0-beta1',
6-
publishVersionCode: 2,
5+
publishVersion : '0.1.0-beta2',
6+
publishVersionCode: 3,
77

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

0 commit comments

Comments
 (0)