From 24bf7bc7cafba5460af93f74a3f55d727e1537d1 Mon Sep 17 00:00:00 2001 From: swift_gan <939543405@qq.com> Date: Tue, 17 Dec 2019 14:16:40 +0800 Subject: [PATCH] SandHook: update version --- 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 277d3e98..b5eed220 100644 --- a/edxp-sandhook/build.gradle +++ b/edxp-sandhook/build.gradle @@ -28,7 +28,7 @@ dependencies { compileOnly files("${hiddenApiStubJarFilePath}") implementation project(':edxp-common') implementation project(':xposed-bridge') - implementation 'com.swift.sandhook:hooklib:4.1.6' + implementation 'com.swift.sandhook:hooklib:4.1.7' compileOnly project(':dexmaker') }