mirror of
https://github.com/revanced/revanced-patches
synced 2024-12-29 07:45: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)
|
|
}
|