From 340034b5311adbe8a8a82ce287ab0d61e6f9a071 Mon Sep 17 00:00:00 2001 From: fankesyooni Date: Tue, 25 Apr 2023 06:29:35 +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 3483b64..c366694 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -85,8 +85,8 @@ String getAppCenterSecret() { dependencies { compileOnly 'de.robv.android.xposed:api:82' - implementation 'com.highcapable.yukihookapi:api:1.1.10' - ksp 'com.highcapable.yukihookapi:ksp-xposed:1.1.10' + implementation 'com.highcapable.yukihookapi:api:1.1.11' + ksp 'com.highcapable.yukihookapi:ksp-xposed:1.1.11' implementation 'com.microsoft.appcenter:appcenter-analytics:5.0.0' implementation 'com.microsoft.appcenter:appcenter-crashes:5.0.0' implementation 'com.squareup.okhttp3:okhttp:5.0.0-alpha.7'