mirror of
https://github.com/HighCapable/YukiHookAPI.git
synced 2025-12-10 15:24:05 +08:00
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:
@@ -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')
|
||||
}
|
||||
Reference in New Issue
Block a user