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