Modify change third party "me.weishu.reflection" and YukiHookModuleStatus to be automatically generated and fix some problem in automatic generation

This commit is contained in:
2023-01-02 01:00:10 +08:00
parent d66687c704
commit 55af2f73c6
11 changed files with 357 additions and 272 deletions

View File

@@ -6,4 +6,10 @@ plugins {
java {
sourceCompatibility = JavaVersion.VERSION_11
targetCompatibility = JavaVersion.VERSION_11
}
dependencies {
// Used 82 API Version
compileOnly 'de.robv.android.xposed:api:82'
compileOnly fileTree(include: ['*.jar'], dir: '../yukihookapi/libs')
}