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') }