diff --git a/build.gradle.kts b/build.gradle.kts index 9d3302b..da5d5df 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -76,8 +76,8 @@ 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.4") // http library - implementation("org.jsoup:jsoup:1.16.1") // html parser + implementation("com.github.Blatzar:NiceHttp:0.4.11") // http library + implementation("org.jsoup:jsoup:1.17.2") // html parser } }