From 0a9bb7074a3145c3fd45a25859fdc33f83637b71 Mon Sep 17 00:00:00 2001 From: swift_gan Date: Fri, 22 Mar 2019 15:01:46 +0800 Subject: [PATCH] SandHook: update sandhook to fix OS 8.0 - 8.1 --- 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 b6053f56..642aeba3 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.2.7' + implementation 'com.swift.sandhook:hooklib:3.2.8' compileOnly project(':dexmaker') }