Skip to content

Commit 254f7cc

Browse files
committed
Bump version to 1.3.1
1 parent e3828c9 commit 254f7cc

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

docs-source/src/en/about/changelog.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,13 @@ Time zone of version release date: **UTC+8**
1616

1717
:::
1818

19-
### 1.3.0 | 2024.06.25 &ensp;<Badge type="tip" text="latest" vertical="middle" />
19+
### 1.3.1 | 2025.09.13 &ensp;<Badge type="tip" text="latest" vertical="middle" />
20+
21+
- Updated dependencies to resolve conflict issues with BetterAndroid
22+
- Fixed Activity proxy issues on Android 9 and below
23+
- Fixed an issue where return values were still checked when the Hook method return type was `Object`
24+
25+
### 1.3.0 | 2025.06.25 &ensp;<Badge type="warning" text="stale" vertical="middle" />
2026

2127
- 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)
2228
- The reflection API of `YukiHookAPI` is deprecated, please move to the brand new [KavaRef](https://github.com/HighCapable/KavaRef)

docs-source/src/zh-cn/about/changelog.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,13 @@
88

99
:::
1010

11-
### 1.3.0 | 2025.06.25 &ensp;<Badge type="tip" text="最新" vertical="middle" />
11+
### 1.3.1 | 2025.09.13 &ensp;<Badge type="tip" text="最新" vertical="middle" />
12+
13+
- 更新依赖以解决与 BetterAndroid 冲突的问题
14+
- 修复 Android 9 及以下系统 Activity 代理的问题
15+
- 修复在 Hook 方法返回值为 `Object` 时依然检查返回值的问题
16+
17+
### 1.3.0 | 2025.06.25 &ensp;<Badge type="warning" text="过旧" vertical="middle" />
1218

1319
- 这是一次重大更新,详情请参考 [迁移到 YukiHookAPI 1.3.x](https://highcapable.github.io/YukiHookAPI/zh-cn/config/move-to-api-1-3-x)
1420
- 弃用了 `YukiHookAPI` 自身的反射 API,现在请迁移到全新的 [KavaRef](https://github.com/HighCapable/KavaRef)

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ project.name=YukiHookAPI
88
project.url=https://github.com/HighCapable/YukiHookAPI
99
project.groupName=com.highcapable.yukihookapi
1010
project.yukihookapi-core.moduleName=api
11-
project.yukihookapi-core.version="1.3.0"
11+
project.yukihookapi-core.version="1.3.1"
1212
project.yukihookapi-ksp-xposed.moduleName=ksp-xposed
1313
project.yukihookapi-ksp-xposed.version=${project.yukihookapi-core.version}
1414
project.android.compileSdk=36

0 commit comments

Comments
 (0)