Skip to content

Commit 3e56416

Browse files
committed
release 0.0.9: upgrade daemon-infrastructure-application to 1.1.0, x-fragment to 1.4.0
1 parent 8de0442 commit 3e56416

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.0.9] - 2021-12-29
4+
5+
### Changed
6+
7+
- 升级`x-fragment``1.4.0`
8+
- 升级`daemon-infrastructure-infrastructure``1.1.0`
9+
310
## [0.0.8] - 2021-12-24
411

512
### Added

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,14 +37,14 @@ enableFeaturePreview("VERSION_CATALOGS")
3737
| x-lifecycle-livedata | androidx.lifecycle:lifecycle-livedata | 2.4.0 | 0.0.2 | |
3838
| x-lifecycle-viewmodel | androidx.lifecycle:lifecycle-viewmodel | 2.4.0 | 0.0.2 | |
3939
| x-activity | androidx.activity:activity | 1.4.0 | 0.0.2 | |
40-
| x-fragment | androidx.fragment:fragment | 1.3.6 | 0.0.2 | |
40+
| x-fragment | androidx.fragment:fragment | 1.4.0 | 0.0.9 | |
4141
| x-constraintlayout | androidx.constraintlayout:constraintlayout | 2.1.2 | 0.0.6 | |
4242
| x-junit | androidx.test.ext:junit | 1.1.2 | 0.0.4 | |
4343
| x-espresso-core | androidx.test.espresso:espresso-core | 3.3.0 | 0.0.4 | |
4444
| junit | junit:junit | 4.13.2 | 0.0.4 | |
4545
| | | | | |
4646
| daemon-annotation | io.github.daemon369:annotation | 0.1.0 | 0.0.2 | 注解库 |
47-
| daemon-infrastructure-application | io.github.daemon369:android-infrastructure-application | 0.1.1 | 0.0.2 | 基础库,提供Application全局实例 |
47+
| daemon-infrastructure-application | io.github.daemon369:android-infrastructure-application | 1.1.0 | 0.0.9 | 基础库,提供Application全局实例 |
4848
| daemon-infrastructure | io.github.daemon369:android-infrastructure | 0.3.0 | 0.0.5 | 基础库,提供基础工具 |
4949
| daemon-logger-api | io.github.daemon369:logger-api | 0.3.0 | 0.0.8 | Logger API |
5050
| daemon-logger | io.github.daemon369:android-logger | 0.3.0 | 0.0.8 | Logger |

lib/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ afterEvaluate {
9595
create<MavenPublication>("maven") {
9696
groupId = "io.github.daemon369"
9797
artifactId = "android-version-catalog"
98-
version = "0.0.8"
98+
version = "0.0.9"
9999

100100
from(components["versionCatalog"])
101101

0 commit comments

Comments
 (0)