From 45328bd1a11cfd541b2531148eae7cbd0aeccee7 Mon Sep 17 00:00:00 2001 From: fankesyooni Date: Thu, 6 Oct 2022 01:05:00 +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 299c808..c610d99 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.92' - ksp 'com.highcapable.yukihookapi:ksp-xposed:1.0.92' + implementation 'com.highcapable.yukihookapi:api:1.1.4' + ksp 'com.highcapable.yukihookapi:ksp-xposed:1.1.4' implementation 'com.github.duanhong169:drawabletoolbox:1.0.7' implementation "com.github.topjohnwu.libsu:core:3.1.2" implementation 'androidx.annotation:annotation:1.4.0'