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