mirror of
https://github.com/revanced/revanced-patches.git
synced 2025-05-02 15:44:39 +02:00
12 lines
217 B
Plaintext
12 lines
217 B
Plaintext
dependencies {
|
|
compileOnly(project(":extensions:shared:library"))
|
|
compileOnly(project(":extensions:youtube:stub"))
|
|
compileOnly(libs.annotation)
|
|
}
|
|
|
|
android {
|
|
defaultConfig {
|
|
minSdk = 26
|
|
}
|
|
}
|