Skip to content

Commit

Permalink
gradle: Update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
CakesTwix committed May 27, 2024
1 parent 4e9d4d6 commit dc99303
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
}

Expand Down

0 comments on commit dc99303

Please sign in to comment.