File tree Expand file tree Collapse file tree 3 files changed +10
-3
lines changed
Expand file tree Collapse file tree 3 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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 |
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments