Update YukiHookAPI

This commit is contained in:
2023-01-21 00:53:45 +08:00
parent 1889b848b0
commit 5b30499cc3
2 changed files with 3 additions and 3 deletions

View File

@@ -74,8 +74,8 @@ String getAppCenterSecret() {
dependencies {
compileOnly 'de.robv.android.xposed:api:82'
implementation 'com.highcapable.yukihookapi:api:1.1.5'
ksp 'com.highcapable.yukihookapi:ksp-xposed:1.1.5'
implementation 'com.highcapable.yukihookapi:api:1.1.6'
ksp 'com.highcapable.yukihookapi:ksp-xposed:1.1.6'
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'

View File

@@ -68,7 +68,7 @@ android {
}
dependencies {
implementation 'com.highcapable.yukihookapi:api:1.1.5'
implementation 'com.highcapable.yukihookapi:api:1.1.6'
implementation 'androidx.core:core-ktx:1.9.0'
implementation 'androidx.appcompat:appcompat:1.6.0'
implementation 'com.google.android.material:material:1.7.0'