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

|
||||

|
||||

|
||||

|
||||
[](https://t.me/YukiHookAPI)
|
||||
<br/><br/>
|
||||
<img src="https://github.com/fankes/YuKiHookAPI/blob/master/img-src/icon.png" width = "100" height = "100"/>
|
||||
|
@@ -10,7 +10,7 @@ ext {
|
||||
devUser = "fankesyooni"
|
||||
userEmail = "qzmmcn@163.com"
|
||||
groupId = "com.highcapable.yukihookapi"
|
||||
apiVersion = "1.0.71"
|
||||
apiVersion = "1.0.72"
|
||||
repoName = "YukiHookAPI"
|
||||
repoDescription = "An efficient Kotlin version of the Xposed Hook API."
|
||||
licenceName = "MIT License"
|
||||
|
@@ -2,6 +2,12 @@
|
||||
|
||||
> 这里记录了 `YukiHookAPI` 的版本更新历史。
|
||||
|
||||
### 1.0.72 | 2022.04.09
|
||||
|
||||
- 更新 API 文档到新的地址
|
||||
- `PackageParam` 中加入 `appContext` 功能
|
||||
- 修复一些已知的 BUG,提升 Hook 稳定性
|
||||
|
||||
### 1.0.71 | 2022.04.04
|
||||
|
||||
- 修复 VariousClass 无法匹配时会停止 Hook 抛出异常的严重问题
|
||||
|
@@ -69,10 +69,10 @@ object YukiHookAPI {
|
||||
internal var isLoadedFromBaseContext = false
|
||||
|
||||
/** 获取当前 [YukiHookAPI] 的版本 */
|
||||
const val API_VERSION_NAME = "1.0.71"
|
||||
const val API_VERSION_NAME = "1.0.72"
|
||||
|
||||
/** 获取当前 [YukiHookAPI] 的版本号 */
|
||||
const val API_VERSION_CODE = 16
|
||||
const val API_VERSION_CODE = 17
|
||||
|
||||
/**
|
||||
* 获取当前 Hook 框架的名称
|
||||
|
Reference in New Issue
Block a user