This commit is contained in:
2022-02-05 19:54:00 +08:00
parent d87c77937d
commit 7fcfdb3bd4
3 changed files with 2 additions and 18 deletions

View File

@@ -9,6 +9,8 @@ java {
targetCompatibility = JavaVersion.VERSION_1_8
}
kotlin { sourceSets.main { kotlin.srcDir("src/api/kotlin") } }
dependencies {
// Used 82 API Version
compileOnly 'de.robv.android.xposed:api:82'