Bump NiceHttp (#322)

Because it is causing issues with build failures
This commit is contained in:
Luna712 2023-10-15 14:06:39 -06:00 committed by GitHub
parent 730dea79a2
commit e279362d06
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -78,7 +78,7 @@ 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.3") // http library
implementation("com.github.Blatzar:NiceHttp:0.4.4") // 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")
@ -91,4 +91,4 @@ subprojects {
task<Delete>("clean") {
delete(rootProject.buildDir)
}
}