1
0
mirror of https://github.com/revanced/revanced-patches synced 2025-02-22 08:31:11 +01:00
2024-12-05 15:12:48 +04:00

6 lines
164 B
Plaintext

dependencies {
compileOnly(project(":extensions:shared:library"))
compileOnly(project(":extensions:syncforreddit:stub"))
compileOnly(libs.annotation)
}