Modify remove stub-jar and add stub-project and change the compiled class

This commit is contained in:
2022-09-27 00:34:24 +08:00
parent 3a932dc8b4
commit 1d22f634e1
14 changed files with 127 additions and 30 deletions

View File

@@ -46,6 +46,7 @@ tasks.withType(org.jetbrains.kotlin.gradle.tasks.KotlinCompile).configureEach {
dependencies {
// Used 82 API Version
compileOnly 'de.robv.android.xposed:api:82'
compileOnly project(':yukihookapi-stub')
compileOnly fileTree(include: ['*.jar'], dir: 'libs')
implementation 'androidx.annotation:annotation:1.4.0'
}