Update YukiHookAPI

This commit is contained in:
2022-04-18 03:13:50 +08:00
parent 217d5d9bc3
commit eefa7ee9e7
2 changed files with 4 additions and 4 deletions

View File

@@ -1,7 +1,7 @@
plugins { plugins {
id 'com.android.application' id 'com.android.application'
id 'kotlin-android' id 'kotlin-android'
id 'com.google.devtools.ksp' version '1.6.10-1.0.4' id 'com.google.devtools.ksp' version '1.6.20-1.0.5'
} }
android { android {
@@ -72,8 +72,8 @@ tasks.whenTaskAdded {
dependencies { dependencies {
compileOnly 'de.robv.android.xposed:api:82' compileOnly 'de.robv.android.xposed:api:82'
implementation 'com.highcapable.yukihookapi:api:1.0.77' implementation 'com.highcapable.yukihookapi:api:1.0.78'
ksp 'com.highcapable.yukihookapi:ksp-xposed:1.0.77' ksp 'com.highcapable.yukihookapi:ksp-xposed:1.0.78'
implementation "com.github.topjohnwu.libsu:core:3.1.2" implementation "com.github.topjohnwu.libsu:core:3.1.2"
implementation 'androidx.annotation:annotation:1.3.0' implementation 'androidx.annotation:annotation:1.3.0'
implementation 'com.geyifeng.immersionbar:immersionbar:3.2.0' implementation 'com.geyifeng.immersionbar:immersionbar:3.2.0'

View File

@@ -1,7 +1,7 @@
plugins { plugins {
id 'com.android.application' version '7.1.3' apply false id 'com.android.application' version '7.1.3' apply false
id 'com.android.library' version '7.1.3' apply false id 'com.android.library' version '7.1.3' apply false
id 'org.jetbrains.kotlin.android' version '1.6.10' apply false id 'org.jetbrains.kotlin.android' version '1.6.20' apply false
} }
ext { ext {