From 254f7cc19d29a51f14a6f34bb9cf4b9e98ac4152 Mon Sep 17 00:00:00 2001 From: fankesyooni Date: Sat, 13 Sep 2025 19:22:20 +0800 Subject: [PATCH] Bump version to 1.3.1 --- docs-source/src/en/about/changelog.md | 8 +++++++- docs-source/src/zh-cn/about/changelog.md | 8 +++++++- gradle.properties | 2 +- 3 files changed, 15 insertions(+), 3 deletions(-) diff --git a/docs-source/src/en/about/changelog.md b/docs-source/src/en/about/changelog.md index 128b2c73..1b1e9ce8 100644 --- a/docs-source/src/en/about/changelog.md +++ b/docs-source/src/en/about/changelog.md @@ -16,7 +16,13 @@ Time zone of version release date: **UTC+8** ::: -### 1.3.0 | 2024.06.25   +### 1.3.1 | 2025.09.13   + +- 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   - 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) diff --git a/docs-source/src/zh-cn/about/changelog.md b/docs-source/src/zh-cn/about/changelog.md index 092be66a..e3936eb6 100644 --- a/docs-source/src/zh-cn/about/changelog.md +++ b/docs-source/src/zh-cn/about/changelog.md @@ -8,7 +8,13 @@ ::: -### 1.3.0 | 2025.06.25   +### 1.3.1 | 2025.09.13   + +- 更新依赖以解决与 BetterAndroid 冲突的问题 +- 修复 Android 9 及以下系统 Activity 代理的问题 +- 修复在 Hook 方法返回值为 `Object` 时依然检查返回值的问题 + +### 1.3.0 | 2025.06.25   - 这是一次重大更新,详情请参考 [迁移到 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) diff --git a/gradle.properties b/gradle.properties index cf709b7f..fb03c1b1 100644 --- a/gradle.properties +++ b/gradle.properties @@ -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