File tree Expand file tree Collapse file tree 3 files changed +15
-3
lines changed Expand file tree Collapse file tree 3 files changed +15
-3
lines changed Original file line number Diff line number Diff 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 )
Original file line number Diff line number Diff line change 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 )
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ project.name=YukiHookAPI
88project.url =https://github.com/HighCapable/YukiHookAPI
99project.groupName =com.highcapable.yukihookapi
1010project.yukihookapi-core.moduleName =api
11- project.yukihookapi-core.version ="1.3.0 "
11+ project.yukihookapi-core.version ="1.3.1 "
1212project.yukihookapi-ksp-xposed.moduleName =ksp-xposed
1313project.yukihookapi-ksp-xposed.version =${project.yukihookapi-core.version}
1414project.android.compileSdk =36
You can’t perform that action at this time.
0 commit comments