mirror of
https://github.com/revanced/revanced-patches.git
synced 2025-12-07 01:51:27 +01:00
5 lines
104 B
Kotlin
5 lines
104 B
Kotlin
dependencies {
|
|
implementation(project(":extensions:shared:library"))
|
|
compileOnly(libs.okhttp)
|
|
}
|