优化项目结构,将全部Hook方法转移到Kotlin

This commit is contained in:
LittleTurtle2333
2022-02-15 16:33:45 +08:00
parent d9780c9e3d
commit 9fea21b885
11 changed files with 455 additions and 415 deletions

View File

@@ -32,9 +32,10 @@ android {
}
dependencies {
compileOnly 'de.robv.android.xposed:api:82'
compileOnly 'de.robv.android.xposed:api:82:sources'
implementation 'androidx.constraintlayout:constraintlayout:2.1.2'
implementation 'androidx.preference:preference:1.1.1'
compileOnly 'de.robv.android.xposed:api:82'
implementation 'androidx.appcompat:appcompat:1.4.0'
implementation 'com.google.android.material:material:1.4.0'
testImplementation 'junit:junit:4.+'