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

|
||||

|
||||

|
||||

|
||||
[](https://t.me/XiaofangInternet)
|
||||
<br/><br/>
|
||||
<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/>
|
||||
`YukiHookModulePrefs` 新增可控制的键值缓存,可在宿主运行时模块动态更新数据;<br/>
|
||||
修复了一些可能存在的 BUG。<br/><br/>
|
||||
- 1.0.5-fix <br/>
|
||||
- 1.0.5.1 <br/>
|
||||
修正一处注释错误;<br/><br/>
|
||||
临时修复一个 BUG。
|
||||
|
||||
# Cooperations
|
||||
|
@@ -10,7 +10,7 @@ ext {
|
||||
devUser = "fankesyooni"
|
||||
userEmail = "qzmmcn@163.com"
|
||||
groupId = "com.highcapable.yukihookapi"
|
||||
apiVersion = "1.0.5-fix"
|
||||
apiVersion = "1.0.5.1"
|
||||
repoName = "YukiHookAPI"
|
||||
repoDescription = "An efficient Kotlin version of the Xposed Hook API."
|
||||
licenceName = "MIT License"
|
||||
|
@@ -65,10 +65,10 @@ object YukiHookAPI {
|
||||
private var isXposedInitialized = false
|
||||
|
||||
/** 获取当前 [YukiHookAPI] 的版本 */
|
||||
const val API_VERSION_NAME = "1.0.5"
|
||||
const val API_VERSION_NAME = "1.0.5.1"
|
||||
|
||||
/** 获取当前 [YukiHookAPI] 的版本号 */
|
||||
const val API_VERSION_CODE = 6
|
||||
const val API_VERSION_CODE = 7
|
||||
|
||||
/**
|
||||
* 模块是否装载了 Xposed 回调方法
|
||||
|
Reference in New Issue
Block a user