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

|
||||

|
||||

|
||||
[](https://t.me/YukiHookAPI)
|
||||
<br/><br/>
|
||||
<img src="https://github.com/fankes/YuKiHookAPI/blob/master/img-src/icon.png" width = "100" height = "100"/>
|
||||
|
@@ -1,7 +1,7 @@
|
||||
# Yuki Hook API
|
||||
|
||||

|
||||

|
||||

|
||||
[](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.1.2"
|
||||
apiVersion = "1.1.3"
|
||||
repoName = "YukiHookAPI"
|
||||
repoDescription = "An efficient Kotlin version of the Xposed Hook API."
|
||||
licenceName = "MIT License"
|
||||
|
@@ -16,7 +16,12 @@ Time zone of version release date: **UTC+8**
|
||||
|
||||
:::
|
||||
|
||||
### 1.1.2 | 2022.09.30  <Badge type="tip" text="latest" vertical="middle" />
|
||||
### 1.1.3 | 2022.09.30  <Badge type="tip" text="latest" vertical="middle" />
|
||||
|
||||
- Fixed a fatal bug where the Hook entry class name could not be customized
|
||||
- Added some code notes in `LoggerFactory` and updated special features documentation
|
||||
|
||||
### 1.1.2 | 2022.09.30  <Badge type="warning" text="stale" vertical="middle" />
|
||||
|
||||
- Documentation [Basic Knowledge](../guide/knowledge) page add a friend link to the English version
|
||||
- Fixed `YukiBaseHooker` comments in English code note link errors
|
||||
|
@@ -8,7 +8,12 @@
|
||||
|
||||
:::
|
||||
|
||||
### 1.1.2 | 2022.09.30  <Badge type="tip" text="最新" vertical="middle" />
|
||||
### 1.1.3 | 2022.09.30  <Badge type="tip" text="最新" vertical="middle" />
|
||||
|
||||
- 修复一个无法自定义 Hook 入口类名的致命错误
|
||||
- 添加 `LoggerFactory` 中的部分代码注释文案并更新特色功能文档
|
||||
|
||||
### 1.1.2 | 2022.09.30  <Badge type="warning" text="过旧" vertical="middle" />
|
||||
|
||||
- 文档 [基础知识](../guide/knowledge) 页面新增 English 版本友情链接
|
||||
- 修复 `YukiBaseHooker` 注释中的 English 文档链接错误问题
|
||||
|
@@ -78,10 +78,10 @@ object YukiHookAPI {
|
||||
internal var isLoadedFromBaseContext = false
|
||||
|
||||
/** 获取当前 [YukiHookAPI] 的版本 */
|
||||
const val API_VERSION_NAME = "1.1.2"
|
||||
const val API_VERSION_NAME = "1.1.3"
|
||||
|
||||
/** 获取当前 [YukiHookAPI] 的版本号 */
|
||||
const val API_VERSION_CODE = 36
|
||||
const val API_VERSION_CODE = 37
|
||||
|
||||
/**
|
||||
* 当前 [YukiHookAPI] 的状态
|
||||
|
Reference in New Issue
Block a user