From 55d63636fede3c4e815e5f1442daa4c7809346ab Mon Sep 17 00:00:00 2001 From: swift_gan Date: Tue, 26 Mar 2019 13:40:34 +0800 Subject: [PATCH] SandHook: update sandhook --- 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 a0bf289b..67448739 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.3' + implementation 'com.swift.sandhook:hooklib:3.3.4' compileOnly project(':dexmaker') }