mirror of
https://github.com/HighCapable/YukiHookAPI.git
synced 2025-09-04 09:45:19 +08:00
Update version to 1.0.66
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||

|

|
||||||

|

|
||||||

|

|
||||||
[](https://t.me/XiaofangInternet)
|
[](https://t.me/XiaofangInternet)
|
||||||
<br/><br/>
|
<br/><br/>
|
||||||
<img src="https://github.com/fankes/YuKiHookAPI/blob/master/img-src/icon.png" width = "100" height = "100"/>
|
<img src="https://github.com/fankes/YuKiHookAPI/blob/master/img-src/icon.png" width = "100" height = "100"/>
|
||||||
@@ -169,7 +169,11 @@ class MainHook : YukiHookXposedInitProxy {
|
|||||||
增加 `MethodFinder` 与 `FieldFinder` 新的返回值调用方法;<br/>
|
增加 `MethodFinder` 与 `FieldFinder` 新的返回值调用方法;<br/>
|
||||||
修复可能存在的问题,并修复太极使用过程中可能存在的问题;<br/>
|
修复可能存在的问题,并修复太极使用过程中可能存在的问题;<br/>
|
||||||
修复自动生成 Xposed 入口类可能发生的问题;<br/>
|
修复自动生成 Xposed 入口类可能发生的问题;<br/>
|
||||||
增加了 `type` 中的 `android` 类型以及 `java` 类型。
|
增加了 `type` 中的 `android` 类型以及 `java` 类型。<br/><br/>
|
||||||
|
- 1.0.66 <br/>
|
||||||
|
修复 `MethodFinder` 中的一个严重问题;<br/>
|
||||||
|
增加 `hookParam` 中的 `args` 调用方法;<br/>
|
||||||
|
修复其它可能存在的问题以及修复部分类的注释问题。
|
||||||
|
|
||||||
# Cooperations
|
# Cooperations
|
||||||
|
|
||||||
|
@@ -10,7 +10,7 @@ ext {
|
|||||||
devUser = "fankesyooni"
|
devUser = "fankesyooni"
|
||||||
userEmail = "qzmmcn@163.com"
|
userEmail = "qzmmcn@163.com"
|
||||||
groupId = "com.highcapable.yukihookapi"
|
groupId = "com.highcapable.yukihookapi"
|
||||||
apiVersion = "1.0.65"
|
apiVersion = "1.0.66"
|
||||||
repoName = "YukiHookAPI"
|
repoName = "YukiHookAPI"
|
||||||
repoDescription = "An efficient Kotlin version of the Xposed Hook API."
|
repoDescription = "An efficient Kotlin version of the Xposed Hook API."
|
||||||
licenceName = "MIT License"
|
licenceName = "MIT License"
|
||||||
|
Reference in New Issue
Block a user