From 0da5875d64cb1e2e0a55db3d060b79cdb87cb49f Mon Sep 17 00:00:00 2001 From: Fankesyooni Date: Wed, 4 May 2022 09:32:30 +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 b1bfbab..30f256c 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -69,8 +69,8 @@ tasks.whenTaskAdded { dependencies { compileOnly 'de.robv.android.xposed:api:82' - implementation 'com.highcapable.yukihookapi:api:1.0.81' - ksp 'com.highcapable.yukihookapi:ksp-xposed:1.0.81' + implementation 'com.highcapable.yukihookapi:api:1.0.82' + ksp 'com.highcapable.yukihookapi:ksp-xposed:1.0.82' implementation "com.github.topjohnwu.libsu:core:3.1.2" implementation 'androidx.annotation:annotation:1.3.0' implementation 'com.geyifeng.immersionbar:immersionbar:3.2.0'