Co-authored-by: LisoUseInAIKyrios <118716522+LisoUseInAIKyrios@users.noreply.github.com> Co-authored-by: Pun Butrach <pun.butrach@gmail.com> Co-authored-by: Ushie <ushiekane@gmail.com> Co-authored-by: ILoveOpenSourceApplications <ILoveOpenSourceApplications@users.noreply.github.com> Co-authored-by: rospino74 <34315725+rospino74@users.noreply.github.com> Co-authored-by: drobotk <pawwwll@gmail.com> Co-authored-by: Sayanth <13906889+SayanthD@users.noreply.github.com> Co-authored-by: kitadai31 <90122968+kitadai31@users.noreply.github.com> BREAKING CHANGE: Deprecated APIs have been removed, and various APIs now use the updated ReVanced Patcher v22 APIs.
10 lines
163 B
Kotlin
10 lines
163 B
Kotlin
dependencies {
|
|
implementation(project(":extensions:shared:library"))
|
|
compileOnly(libs.okhttp)
|
|
}
|
|
|
|
android {
|
|
defaultConfig {
|
|
minSdk = 26
|
|
}
|
|
}
|