diff --git a/edxp-sandhook/build.gradle b/edxp-sandhook/build.gradle index 82f1a5b7..937256ad 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') }