mirror of
https://github.com/ReVanced/revanced-patches.git
synced 2025-05-10 20:55:38 +02:00
16 lines
285 B
Kotlin
16 lines
285 B
Kotlin
android {
|
|
namespace = "app.revanced.extension"
|
|
|
|
defaultConfig {
|
|
minSdk = 21
|
|
}
|
|
|
|
compileOptions {
|
|
sourceCompatibility = JavaVersion.VERSION_11
|
|
targetCompatibility = JavaVersion.VERSION_11
|
|
}
|
|
}
|
|
|
|
dependencies {
|
|
compileOnly(libs.annotation)
|
|
}
|