SandHook : update sandhook to fix hooking Thread.class

This commit is contained in:
swift_gan 2019-12-17 14:08:26 +08:00 committed by ganyao114
parent 1b67e7c0d4
commit 48ee9665ef
3 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ dependencies {
compileOnly files("${hiddenApiStubJarFilePath}")
implementation project(':edxp-common')
implementation project(':xposed-bridge')
implementation 'com.swift.sandhook:hooklib:4.1.2'
implementation 'com.swift.sandhook:hooklib:4.1.6'
compileOnly project(':dexmaker')
}