LSPosed/libxposed/api/build.gradle.kts

12 lines
167 B
Plaintext

plugins {
id("com.android.library")
}
android {
namespace = "io.github.libxposed"
}
dependencies {
compileOnly("androidx.annotation:annotation:1.5.0")
}