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

|

|
||||||

|

|
||||||

|

|
||||||
[](https://t.me/YukiHookAPI)
|
[](https://t.me/YukiHookAPI)
|
||||||
<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"/>
|
||||||
|
@@ -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.72"
|
apiVersion = "1.0.73"
|
||||||
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"
|
||||||
|
@@ -2,6 +2,12 @@
|
|||||||
|
|
||||||
> 这里记录了 `YukiHookAPI` 的版本更新历史。
|
> 这里记录了 `YukiHookAPI` 的版本更新历史。
|
||||||
|
|
||||||
|
### 1.0.73 | 2022.04.10
|
||||||
|
|
||||||
|
- 修正几处文档的中文翻页错误,感谢 [WankkoRee](https://github.com/WankkoRee) 的贡献
|
||||||
|
- 修复在某些情况下 `XC_LoadPackage.LoadPackageParam` 内容为空抛出异常的问题,感谢 [Luckyzyx](https://github.com/luckyzyx) 的反馈
|
||||||
|
- 修复一些已知的 BUG,提升 Hook 稳定性
|
||||||
|
|
||||||
### 1.0.72 | 2022.04.09
|
### 1.0.72 | 2022.04.09
|
||||||
|
|
||||||
- 更新 API 文档到新的地址
|
- 更新 API 文档到新的地址
|
||||||
|
@@ -68,10 +68,10 @@ object YukiHookAPI {
|
|||||||
internal var isLoadedFromBaseContext = false
|
internal var isLoadedFromBaseContext = false
|
||||||
|
|
||||||
/** 获取当前 [YukiHookAPI] 的版本 */
|
/** 获取当前 [YukiHookAPI] 的版本 */
|
||||||
const val API_VERSION_NAME = "1.0.72"
|
const val API_VERSION_NAME = "1.0.73"
|
||||||
|
|
||||||
/** 获取当前 [YukiHookAPI] 的版本号 */
|
/** 获取当前 [YukiHookAPI] 的版本号 */
|
||||||
const val API_VERSION_CODE = 17
|
const val API_VERSION_CODE = 18
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 获取当前 Hook 框架的名称
|
* 获取当前 Hook 框架的名称
|
||||||
|
Reference in New Issue
Block a user