refactor: remove FreeReflection auto generation, add it using dependency

This commit is contained in:
2023-10-04 19:48:35 +08:00
parent ae71bea0a0
commit a003a4ea07
6 changed files with 9 additions and 207 deletions

View File

@@ -36,6 +36,7 @@ android {
dependencies {
compileOnly(de.robv.android.xposed.api)
compileOnly(projects.yukihookapiStub)
implementation(com.github.tiann.freeReflection)
implementation(androidx.core.core.ktx)
implementation(androidx.appcompat.appcompat)
implementation(androidx.preference.preference.ktx)