revanced-patches/extensions/all/misc/connectivity/wifi/spoof/spoof-wifi/build.gradle.kts

12 lines
238 B
Kotlin

android {
namespace = "app.revanced.extension"
compileOptions {
sourceCompatibility = JavaVersion.VERSION_11
targetCompatibility = JavaVersion.VERSION_11
}
}
dependencies {
compileOnly(libs.annotation)
}