diff --git a/lib/build.gradle b/lib/build.gradle index 0e30154..275b7fd 100644 --- a/lib/build.gradle +++ b/lib/build.gradle @@ -37,8 +37,8 @@ dependencies { api fileTree(include: ['*.jar'], dir: 'libs') // compile project(':hooklib') // compile project(':xposedcompat') - api 'com.swift.sandhook:hooklib:4.1.5' - api 'com.swift.sandhook:xposedcompat:4.1.5' + api 'com.swift.sandhook:hooklib:4.1.7' + api 'com.swift.sandhook:xposedcompat:4.1.7' api 'com.trend.lazyinject:lib:3.4.0-beta' annotationProcessor 'com.trend.lazyinject:compiler:3.4.0-beta' }