From afeb16e69d53f2b61d76ba0f29fa289d807ac52d Mon Sep 17 00:00:00 2001 From: fankesyooni Date: Sat, 14 Jan 2023 01:24:19 +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 83d14f0..fdf88d6 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.4' - ksp 'com.highcapable.yukihookapi:ksp-xposed:1.1.4' + implementation 'com.highcapable.yukihookapi:api:1.1.5' + ksp 'com.highcapable.yukihookapi:ksp-xposed:1.1.5' implementation "com.microsoft.appcenter:appcenter-analytics:4.4.5" implementation "com.microsoft.appcenter:appcenter-crashes:4.4.5" implementation 'com.google.code.gson:gson:2.9.0'