mirror of
https://github.com/ReVanced/revanced-patches.git
synced 2025-05-16 22:34:07 +02:00
11 lines
217 B
Kotlin
11 lines
217 B
Kotlin
dependencies {
|
|
compileOnly(project(":extensions:shared:library"))
|
|
compileOnly(project(":extensions:youtube:stub"))
|
|
compileOnly(libs.annotation)
|
|
}
|
|
|
|
android {
|
|
defaultConfig {
|
|
minSdk = 26
|
|
}
|
|
}
|