SandHook: update hooklib

This commit is contained in:
solohsu 2019-04-24 17:56:44 +08:00
parent e5e5ccf3b1
commit 41c7b42393
1 changed files with 1 additions and 1 deletions

View File

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