From 047025b2a98a5d40d5226795b434da42d51b734b Mon Sep 17 00:00:00 2001 From: swift_gan Date: Thu, 4 Apr 2019 23:37:44 +0800 Subject: [PATCH] SandHook: update sandhook to fix error return value(boolean) --- 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 21b5e374..eaa7066c 100644 --- a/edxp-sandhook/build.gradle +++ b/edxp-sandhook/build.gradle @@ -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') }