mirror of
https://github.com/ReVanced/revanced-patches.git
synced 2026-01-18 00:33:57 +00:00
5 lines
104 B
Plaintext
5 lines
104 B
Plaintext
dependencies {
|
|
implementation(project(":extensions:shared:library"))
|
|
compileOnly(libs.okhttp)
|
|
}
|