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