SandHook: update sandhook to fix error return value(boolean)

This commit is contained in:
swift_gan 2019-04-04 23:37:44 +08:00
parent f025a73376
commit 047025b2a9
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ dependencies {
compileOnly files("libs/framework-stub.jar")
implementation project(':edxp-common')
implementation project(':xposed-bridge')
implementation 'com.swift.sandhook:hooklib:3.3.8'
implementation 'com.swift.sandhook:hooklib:3.4.2'
compileOnly project(':dexmaker')
}