From 6ffe4bc15dd7f5eabacbfac34d92194ecd1fc17e Mon Sep 17 00:00:00 2001 From: fankesyooni Date: Wed, 1 Feb 2023 04:32:05 +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 92e5bc7..71bee9e 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -74,8 +74,8 @@ String getAppCenterSecret() { 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.microsoft.appcenter:appcenter-analytics:4.4.5' implementation 'com.microsoft.appcenter:appcenter-crashes:4.4.5' implementation 'com.squareup.okhttp3:okhttp:5.0.0-alpha.7'