Update YukiHookAPI

This commit is contained in:
2022-04-18 03:14:39 +08:00
parent e08081ae42
commit 01494e8467
2 changed files with 4 additions and 4 deletions

View File

@@ -1,7 +1,7 @@
plugins {
id 'com.android.application'
id 'org.jetbrains.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 {
@@ -72,8 +72,8 @@ tasks.whenTaskAdded {
dependencies {
compileOnly 'de.robv.android.xposed:api:82'
implementation 'com.highcapable.yukihookapi:api:1.0.77'
ksp 'com.highcapable.yukihookapi:ksp-xposed:1.0.77'
implementation 'com.highcapable.yukihookapi:api:1.0.78'
ksp 'com.highcapable.yukihookapi:ksp-xposed:1.0.78'
implementation "com.github.topjohnwu.libsu:core:3.1.2"
implementation 'androidx.annotation:annotation:1.3.0'
implementation 'com.geyifeng.immersionbar:immersionbar:3.2.0'

View File

@@ -1,7 +1,7 @@
plugins {
id 'com.android.application' 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 {