mirror of
https://github.com/daarkdemon/cs-darkdemon-extensions.git
synced 2024-08-14 23:57:20 +00:00
fix(github pages): update build.gradle
This commit is contained in:
parent
89161f5b86
commit
785d0958f5
1 changed files with 2 additions and 1 deletions
|
@ -76,10 +76,11 @@ subprojects {
|
|||
// but you dont need to include any of them if you dont need them
|
||||
// https://github.com/recloudstream/cloudstream/blob/master/app/build.gradle
|
||||
implementation(kotlin("stdlib")) // adds standard kotlin features, like listOf, mapOf etc
|
||||
implementation("com.github.Blatzar:NiceHttp:0.4.0") // http library
|
||||
implementation("com.github.Blatzar:NiceHttp:0.4.1") // http library
|
||||
implementation("org.jsoup:jsoup:1.15.3") // html parser
|
||||
implementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.13.1")
|
||||
implementation("io.karn:khttp-android:0.1.2")
|
||||
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.4")
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue