mirror of
https://github.com/BetterAndroid/Hikage.git
synced 2025-09-05 10:15:37 +08:00
Bump hikage-core to 1.0.1
This commit is contained in:
@@ -18,7 +18,12 @@ Time zone of version release date: **UTC+8**
|
||||
|
||||
## hikage-core
|
||||
|
||||
### 1.0.0 | 2025.04.20  <Badge type="tip" text="latest" vertical="middle" />
|
||||
### 1.0.1 | 2025.05.06  <Badge type="tip" text="latest" vertical="middle" />
|
||||
|
||||
- Fixed the issue where the KSP source code was not successfully released
|
||||
- Added states management feature
|
||||
|
||||
### 1.0.0 | 2025.04.20  <Badge type="warning" text="stale" vertical="middle" />
|
||||
|
||||
- The first version is submitted to Maven
|
||||
|
||||
|
@@ -10,7 +10,12 @@
|
||||
|
||||
## hikage-core
|
||||
|
||||
### 1.0.0 | 2025.04.20  <Badge type="tip" text="最新" vertical="middle" />
|
||||
### 1.0.1 | 2025.05.06  <Badge type="tip" text="最新" vertical="middle" />
|
||||
|
||||
- 修复 KSP 源码没有成功发布的问题
|
||||
- 新增状态管理功能
|
||||
|
||||
### 1.0.0 | 2025.04.20  <Badge type="warning" text="过旧" vertical="middle" />
|
||||
|
||||
- 首个版本提交至 Maven
|
||||
|
||||
|
@@ -15,7 +15,7 @@ project.samples-app.packageName=com.highcapable.hikage.demo
|
||||
project.samples-app.versionName=universal
|
||||
project.samples-app.versionCode=1
|
||||
project.hikage-core.namespace=${project.groupName}.core
|
||||
project.hikage-core.version="1.0.0"
|
||||
project.hikage-core.version="1.0.1"
|
||||
project.hikage-core-lint.namespace=${project.groupName}.core.lint
|
||||
project.hikage-core-lint.identifier=${project.groupName}:hikage-core:${project.hikage-core.version}
|
||||
project.hikage-core-lint.min-api=9
|
||||
|
Reference in New Issue
Block a user