From 80ec8b6940b89d06dc8ef334a93c3bae77fae0df Mon Sep 17 00:00:00 2001 From: hexated Date: Mon, 7 Nov 2022 18:15:19 +0700 Subject: [PATCH] try fixing build --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 48d2cbf0..74f0cf62 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -77,7 +77,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.3.3") // http library + implementation("com.github.Blatzar:NiceHttp:0.3.5") // http library implementation("org.jsoup:jsoup:1.13.1") // html parser implementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.13.1") implementation("io.karn:khttp-android:0.1.2")