mirror of
https://github.com/revanced/revanced-patches
synced 2024-12-27 11:35:49 +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)
|
||
|
}
|