Update version to 1.0.5.2

This commit is contained in:
2022-03-18 14:37:21 +08:00
parent 784426551b
commit cddc8f8554
2 changed files with 3 additions and 3 deletions

View File

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

View File

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