mirror of
https://github.com/ReVanced/revanced-patches.git
synced 2025-05-10 20:55:38 +02:00
16 lines
350 B
Kotlin
16 lines
350 B
Kotlin
dependencies {
|
|
compileOnly(project(":extensions:shared:library"))
|
|
compileOnly(project(":extensions:tiktok:stub"))
|
|
compileOnly(libs.annotation)
|
|
}
|
|
|
|
android {
|
|
defaultConfig {
|
|
minSdk = 22
|
|
}
|
|
|
|
compileOptions {
|
|
sourceCompatibility = JavaVersion.VERSION_11
|
|
targetCompatibility = JavaVersion.VERSION_11
|
|
}
|
|
}
|