refactor: migration layout to Hikage

This commit is contained in:
2025-06-11 12:39:05 +08:00
parent fafd54139b
commit 6ead14e65b
7 changed files with 250 additions and 404 deletions

View File

@@ -46,6 +46,11 @@ dependencies {
compileOnly(de.robv.android.xposed.api)
implementation(projects.yukihookapiCore)
ksp(projects.yukihookapiKspXposed)
ksp(com.highcapable.hikage.hikage.compiler)
implementation(com.highcapable.hikage.hikage.core)
implementation(com.highcapable.hikage.hikage.extension)
implementation(com.highcapable.hikage.hikage.widget.androidx)
implementation(com.highcapable.hikage.hikage.widget.material)
implementation(androidx.preference.preference.ktx)
implementation(androidx.core.core.ktx)
implementation(androidx.appcompat.appcompat)