From 41c7b42393bb856eca0afe1233e041c8fa0337cd Mon Sep 17 00:00:00 2001 From: solohsu Date: Wed, 24 Apr 2019 17:56:44 +0800 Subject: [PATCH] SandHook: update hooklib --- edxp-sandhook/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/edxp-sandhook/build.gradle b/edxp-sandhook/build.gradle index 10c01637..415ecdfc 100644 --- a/edxp-sandhook/build.gradle +++ b/edxp-sandhook/build.gradle @@ -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') }