Update version to 1.0.72

This commit is contained in:
2022-04-09 02:14:17 +08:00
parent b29f93bb48
commit 6adc414072
4 changed files with 10 additions and 4 deletions

View File

@@ -2,7 +2,7 @@
![Blank](https://img.shields.io/badge/build-passing-brightgreen)
![Blank](https://img.shields.io/badge/license-MIT-blue)
![Blank](https://img.shields.io/badge/version-v1.0.71-green)
![Blank](https://img.shields.io/badge/version-v1.0.72-green)
[![Telegram](https://img.shields.io/badge/Follow-Telegram-blue.svg?logo=telegram)](https://t.me/YukiHookAPI)
<br/><br/>
<img src="https://github.com/fankes/YuKiHookAPI/blob/master/img-src/icon.png" width = "100" height = "100"/>

View File

@@ -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"

View File

@@ -2,6 +2,12 @@
> 这里记录了 `YukiHookAPI` 的版本更新历史。
### 1.0.72 | 2022.04.09
- 更新 API 文档到新的地址
- `PackageParam` 中加入 `appContext` 功能
- 修复一些已知的 BUG提升 Hook 稳定性
### 1.0.71 | 2022.04.04
- 修复 VariousClass 无法匹配时会停止 Hook 抛出异常的严重问题

View File

@@ -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 框架的名称