Merge pull request #204 from ElderDrivers/sandhook

SandHook: update sandhook to fix error return value(boolean)
This commit is contained in:
solohsu 2019-04-05 01:10:54 +08:00 committed by GitHub
commit 10422a6d64
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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')
}