1
0
mirror of https://github.com/revanced/revanced-patches synced 2025-02-18 10:06:50 +01:00

9 lines
215 B
Plaintext
Raw Normal View History

//noinspection GradleDependency
android.compileSdk = 33
dependencies {
compileOnly(project(":extensions:shared:library"))
compileOnly(project(":extensions:youtube:stub"))
compileOnly(libs.annotation)
}