Update version to 1.0.71

This commit is contained in:
2022-04-04 22:40:23 +08:00
parent b28b2fc33c
commit 02d0c6c080
4 changed files with 8 additions and 5 deletions

View File

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

View File

@@ -242,6 +242,7 @@ open class PackageParam(private var wrapper: PackageParamWrapper? = null) {
/**
* [VariousClass] 转换为 [HookClass] 并绑定到 [appClassLoader]
* @param loader 当前 [ClassLoader] - 若留空使用默认 [ClassLoader]
* @return [HookClass]
*/
private fun VariousClass.hookClass(loader: ClassLoader? = null) = try {