From 58aa7bc498a1cb11b84d9c57fa2e33eb7f5265a2 Mon Sep 17 00:00:00 2001 From: fankesyooni Date: Fri, 21 Apr 2023 01:26: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 85abc34..3483b64 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.9' - ksp 'com.highcapable.yukihookapi:ksp-xposed:1.1.9' + implementation 'com.highcapable.yukihookapi:api:1.1.10' + ksp 'com.highcapable.yukihookapi:ksp-xposed:1.1.10' 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'