Added ModuleApplication function and merge findClass function to Xposed API

This commit is contained in:
2022-04-15 04:30:34 +08:00
parent 099ac65e55
commit b64c9a4d69
15 changed files with 287 additions and 21 deletions

View File

@@ -40,7 +40,8 @@ tasks.withType(org.jetbrains.kotlin.gradle.tasks.KotlinCompile).configureEach {
dependencies {
// Used 82 API Version
compileOnly 'de.robv.android.xposed:api:82'
compileOnly fileTree(include: ['android-stub.jar'], dir: 'libs')
compileOnly fileTree(include: ['android-stub.jar', 'module-injector.jar'], dir: 'libs')
implementation fileTree(include: ['free-reflection.jar'], dir: 'libs')
implementation 'androidx.annotation:annotation:1.3.0'
}