Update version to 1.0.81

This commit is contained in:
2022-05-04 05:19:02 +08:00
parent cbd2a8d4a7
commit 4ebb674913
5 changed files with 11 additions and 6 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.80-green)
![Blank](https://img.shields.io/badge/version-v1.0.81-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"/>
@@ -50,7 +50,7 @@
> 你大概率会遇到浏览器缓存造成文档不是最新版本的问题,若已经查看过一次文档,请手动在每个页面上刷新一次以同步最新版本,或清除浏览器缓存。
The latest version update time/最新版本更新时间2022-05-01 11:10
The latest version update time/最新版本更新时间2022-05-04 05:05
## Contacts

View File

@@ -10,7 +10,7 @@ ext {
devUser = "fankesyooni"
userEmail = "qzmmcn@163.com"
groupId = "com.highcapable.yukihookapi"
apiVersion = "1.0.80"
apiVersion = "1.0.81"
repoName = "YukiHookAPI"
repoDescription = "An efficient Kotlin version of the Xposed Hook API."
licenceName = "MIT License"

View File

@@ -12,7 +12,7 @@
- 方便移植 快速上手
<font size=3 style="opacity: 0.6">`更新时间 2022-05-01 11:10`</font>
<font size=3 style="opacity: 0.6">`更新时间 2022-05-04 05:05`</font>
[GitHub](https://github.com/fankes/YukiHookAPI)
[Get Started](#介绍)

View File

@@ -2,6 +2,11 @@
> 这里记录了 `YukiHookAPI` 的版本更新历史。
### 1.0.81 | 2022.05.04
- 修复使用 `by` 方法设置条件后 Hook 方法体内查找不到的方法、构造方法依然输出错误日志的问题
- 在执行 Hook 过程中加入全局日志显示当前 Hook APP 的包名,并修复一处错误日志打印样式的问题
### 1.0.80 | 2022.05.01
- `InjectYukiHookWithXposed` 注解新增 `entryClassName` 功能,可自定义生成的 `xposed_init` 入口类名

View File

@@ -69,10 +69,10 @@ object YukiHookAPI {
internal var isLoadedFromBaseContext = false
/** 获取当前 [YukiHookAPI] 的版本 */
const val API_VERSION_NAME = "1.0.80"
const val API_VERSION_NAME = "1.0.81"
/** 获取当前 [YukiHookAPI] 的版本号 */
const val API_VERSION_CODE = 22
const val API_VERSION_CODE = 23
/**
* 获取当前 Hook 框架的名称