mirror of
https://github.com/HighCapable/YukiHookAPI.git
synced 2025-10-18 00:59:27 +08:00
Bump version to 1.3.1
This commit is contained in:
@@ -16,7 +16,13 @@ Time zone of version release date: **UTC+8**
|
||||
|
||||
:::
|
||||
|
||||
### 1.3.0 | 2024.06.25  <Badge type="tip" text="latest" vertical="middle" />
|
||||
### 1.3.1 | 2025.09.13  <Badge type="tip" text="latest" vertical="middle" />
|
||||
|
||||
- Updated dependencies to resolve conflict issues with BetterAndroid
|
||||
- Fixed Activity proxy issues on Android 9 and below
|
||||
- Fixed an issue where return values were still checked when the Hook method return type was `Object`
|
||||
|
||||
### 1.3.0 | 2025.06.25  <Badge type="warning" text="stale" vertical="middle" />
|
||||
|
||||
- This is a major update, please refer to [Migrate to YukiHookAPI 1.3.x](https://highcapable.github.io/YukiHookAPI/zh-cn/config/move-to-api-1-3-x)
|
||||
- The reflection API of `YukiHookAPI` is deprecated, please move to the brand new [KavaRef](https://github.com/HighCapable/KavaRef)
|
||||
|
@@ -8,7 +8,13 @@
|
||||
|
||||
:::
|
||||
|
||||
### 1.3.0 | 2025.06.25  <Badge type="tip" text="最新" vertical="middle" />
|
||||
### 1.3.1 | 2025.09.13  <Badge type="tip" text="最新" vertical="middle" />
|
||||
|
||||
- 更新依赖以解决与 BetterAndroid 冲突的问题
|
||||
- 修复 Android 9 及以下系统 Activity 代理的问题
|
||||
- 修复在 Hook 方法返回值为 `Object` 时依然检查返回值的问题
|
||||
|
||||
### 1.3.0 | 2025.06.25  <Badge type="warning" text="过旧" vertical="middle" />
|
||||
|
||||
- 这是一次重大更新,详情请参考 [迁移到 YukiHookAPI 1.3.x](https://highcapable.github.io/YukiHookAPI/zh-cn/config/move-to-api-1-3-x)
|
||||
- 弃用了 `YukiHookAPI` 自身的反射 API,现在请迁移到全新的 [KavaRef](https://github.com/HighCapable/KavaRef)
|
||||
|
@@ -8,7 +8,7 @@ project.name=YukiHookAPI
|
||||
project.url=https://github.com/HighCapable/YukiHookAPI
|
||||
project.groupName=com.highcapable.yukihookapi
|
||||
project.yukihookapi-core.moduleName=api
|
||||
project.yukihookapi-core.version="1.3.0"
|
||||
project.yukihookapi-core.version="1.3.1"
|
||||
project.yukihookapi-ksp-xposed.moduleName=ksp-xposed
|
||||
project.yukihookapi-ksp-xposed.version=${project.yukihookapi-core.version}
|
||||
project.android.compileSdk=36
|
||||
|
Reference in New Issue
Block a user