mirror of
https://github.com/ReVanced/revanced-patches.git
synced 2026-01-11 13:46:17 +00:00
7 lines
193 B
Plaintext
7 lines
193 B
Plaintext
dependencies {
|
|
compileOnly(project(":extensions:shared:library"))
|
|
compileOnly(project(":extensions:syncforreddit:stub"))
|
|
compileOnly(libs.annotation)
|
|
compileOnly(libs.okhttp)
|
|
}
|