Skip to content

Commit

Permalink
bump nicehttp
Browse files Browse the repository at this point in the history
  • Loading branch information
C10udburst authored Jun 30, 2024
1 parent 541842e commit a810b02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,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.5") // http library
implementation("com.github.Blatzar:NiceHttp:0.4.11") // http library
implementation("org.jsoup:jsoup:1.16.2") // html parser
}
}
Expand Down

0 comments on commit a810b02

Please sign in to comment.