mirror of
https://github.com/revanced/revanced-patches
synced 2024-12-28 06:05:52 +01:00
9 lines
249 B
Plaintext
9 lines
249 B
Plaintext
dependencies {
|
|
compileOnly(project(":extensions:shared:library"))
|
|
compileOnly(project(":extensions:twitch:stub"))
|
|
compileOnly(libs.okhttp)
|
|
compileOnly(libs.retrofit)
|
|
compileOnly(libs.annotation)
|
|
compileOnly(libs.appcompat)
|
|
}
|