This commit is contained in:
2022-02-13 22:07:22 +08:00
parent 24205078d8
commit bec57eba10
4 changed files with 33 additions and 16 deletions

View File

@@ -12,10 +12,6 @@ java {
kotlin { sourceSets.main { kotlin.srcDir("src/api/kotlin") } }
dependencies {
// Used 82 API Version
compileOnly 'de.robv.android.xposed:api:82'
compileOnly 'androidx.annotation:annotation:1.3.0'
implementation project(':yukihookapi')
implementation 'com.google.auto.service:auto-service-annotations:1.0.1'
compileOnly 'com.google.devtools.ksp:symbol-processing-api:1.6.10-1.0.2'
ksp 'dev.zacsweers.autoservice:auto-service-ksp:1.0.0'