SandHook: update sandhook to fix OS 8.0 - 8.1

This commit is contained in:
swift_gan 2019-03-22 15:01:46 +08:00 committed by solohsu
parent 39ced02f9f
commit 0a9bb7074a
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.2.7'
implementation 'com.swift.sandhook:hooklib:3.2.8'
compileOnly project(':dexmaker')
}