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