Update YukiHookAPI

This commit is contained in:
2022-10-01 00:15:14 +08:00
parent c5e9df257d
commit 936a5b6802
2 changed files with 3 additions and 3 deletions

View File

@@ -60,8 +60,8 @@ android {
dependencies { dependencies {
compileOnly 'de.robv.android.xposed:api:82' compileOnly 'de.robv.android.xposed:api:82'
implementation 'com.highcapable.yukihookapi:api:1.0.92' implementation 'com.highcapable.yukihookapi:api:1.1.3'
ksp 'com.highcapable.yukihookapi:ksp-xposed:1.0.92' ksp 'com.highcapable.yukihookapi:ksp-xposed:1.1.3'
implementation 'com.github.duanhong169:drawabletoolbox:1.0.7' implementation 'com.github.duanhong169:drawabletoolbox:1.0.7'
implementation "com.github.topjohnwu.libsu:core:3.1.2" implementation "com.github.topjohnwu.libsu:core:3.1.2"
implementation 'androidx.core:core-ktx:1.8.0' implementation 'androidx.core:core-ktx:1.8.0'

View File

@@ -68,7 +68,7 @@ android {
} }
dependencies { dependencies {
implementation 'com.highcapable.yukihookapi:api:1.0.92' implementation 'com.highcapable.yukihookapi:api:1.1.3'
implementation 'androidx.core:core-ktx:1.8.0' implementation 'androidx.core:core-ktx:1.8.0'
implementation 'androidx.appcompat:appcompat:1.4.2' implementation 'androidx.appcompat:appcompat:1.4.2'
implementation 'com.google.android.material:material:1.6.1' implementation 'com.google.android.material:material:1.6.1'