diff --git a/app/build.gradle b/app/build.gradle index 31814c3..0feb5a7 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -59,8 +59,8 @@ android { dependencies { compileOnly 'de.robv.android.xposed:api:82' - implementation 'com.highcapable.yukihookapi:api:1.0.88' - ksp 'com.highcapable.yukihookapi:ksp-xposed:1.0.88' + implementation 'com.highcapable.yukihookapi:api:1.0.90' + ksp 'com.highcapable.yukihookapi:ksp-xposed:1.0.90' implementation "com.github.topjohnwu.libsu:core:3.1.2" implementation 'androidx.core:core-ktx:1.7.0' implementation 'androidx.appcompat:appcompat:1.4.1'