mirror of
https://github.com/revanced/revanced-patches
synced 2024-12-26 19:55:50 +01:00
6 lines
164 B
Plaintext
6 lines
164 B
Plaintext
dependencies {
|
|
compileOnly(project(":extensions:shared:library"))
|
|
compileOnly(project(":extensions:syncforreddit:stub"))
|
|
compileOnly(libs.annotation)
|
|
}
|