From 4fd017fed1644928436376a678cac5fb8506d52d Mon Sep 17 00:00:00 2001 From: fankesyooni Date: Wed, 1 Feb 2023 04:50:50 +0800 Subject: [PATCH] Update YukiHookAPI --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 4dbc46f..011fcd8 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -60,8 +60,8 @@ android { dependencies { compileOnly 'de.robv.android.xposed:api:82' - implementation 'com.highcapable.yukihookapi:api:1.1.6' - ksp 'com.highcapable.yukihookapi:ksp-xposed:1.1.6' + implementation 'com.highcapable.yukihookapi:api:1.1.8' + ksp 'com.highcapable.yukihookapi:ksp-xposed:1.1.8' implementation 'com.github.duanhong169:drawabletoolbox:1.0.7' implementation "com.github.topjohnwu.libsu:core:3.1.2" implementation 'androidx.annotation:annotation:1.5.0'