mirror of
https://github.com/revanced/revanced-patches
synced 2025-01-01 02:05:48 +01:00
9 lines
215 B
Plaintext
9 lines
215 B
Plaintext
|
//noinspection GradleDependency
|
||
|
android.compileSdk = 33
|
||
|
|
||
|
dependencies {
|
||
|
compileOnly(project(":extensions:shared:library"))
|
||
|
compileOnly(project(":extensions:youtube:stub"))
|
||
|
compileOnly(libs.annotation)
|
||
|
}
|