Update version to 1.0.5.1

This commit is contained in:
2022-03-18 13:48:42 +08:00
parent f5e4b8497c
commit 5525ed5c04
3 changed files with 6 additions and 5 deletions

View File

@@ -2,7 +2,7 @@
![Eclipse Marketplace](https://img.shields.io/badge/build-passing-brightgreen) ![Eclipse Marketplace](https://img.shields.io/badge/build-passing-brightgreen)
![Eclipse Marketplace](https://img.shields.io/badge/license-MIT-blue) ![Eclipse Marketplace](https://img.shields.io/badge/license-MIT-blue)
![Eclipse Marketplace](https://img.shields.io/badge/version-v1.0.5fix-green) ![Eclipse Marketplace](https://img.shields.io/badge/version-v1.0.5.1-green)
[![Telegram](https://img.shields.io/static/v1?label=Telegram&message=交流讨论&color=0088cc)](https://t.me/XiaofangInternet) [![Telegram](https://img.shields.io/static/v1?label=Telegram&message=交流讨论&color=0088cc)](https://t.me/XiaofangInternet)
<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"/>
@@ -150,7 +150,8 @@ class MainHook : YukiHookXposedInitProxy {
新增 `by` 方法来设置 Hook 的时机和条件;<br/> 新增 `by` 方法来设置 Hook 的时机和条件;<br/>
`YukiHookModulePrefs` 新增可控制的键值缓存,可在宿主运行时模块动态更新数据;<br/> `YukiHookModulePrefs` 新增可控制的键值缓存,可在宿主运行时模块动态更新数据;<br/>
修复了一些可能存在的 BUG。<br/><br/> 修复了一些可能存在的 BUG。<br/><br/>
- 1.0.5-fix <br/> - 1.0.5.1 <br/>
修正一处注释错误;<br/><br/>
临时修复一个 BUG。 临时修复一个 BUG。
# Cooperations # Cooperations

View File

@@ -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.5-fix" apiVersion = "1.0.5.1"
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"

View File

@@ -65,10 +65,10 @@ object YukiHookAPI {
private var isXposedInitialized = false private var isXposedInitialized = false
/** 获取当前 [YukiHookAPI] 的版本 */ /** 获取当前 [YukiHookAPI] 的版本 */
const val API_VERSION_NAME = "1.0.5" const val API_VERSION_NAME = "1.0.5.1"
/** 获取当前 [YukiHookAPI] 的版本号 */ /** 获取当前 [YukiHookAPI] 的版本号 */
const val API_VERSION_CODE = 6 const val API_VERSION_CODE = 7
/** /**
* 模块是否装载了 Xposed 回调方法 * 模块是否装载了 Xposed 回调方法