gradle: Bump version

This commit is contained in:
CakesTwix 2023-11-02 22:49:49 +02:00
parent 33e61e1bb7
commit ba1c03a227
Signed by: CakesTwix
GPG key ID: 7B11051D5CE19825

View file

@ -76,8 +76,8 @@ subprojects {
// but you dont need to include any of them if you dont need them // but you dont need to include any of them if you dont need them
// https://github.com/recloudstream/cloudstream/blob/master/app/build.gradle // https://github.com/recloudstream/cloudstream/blob/master/app/build.gradle
implementation(kotlin("stdlib")) // adds standard kotlin features, like listOf, mapOf etc implementation(kotlin("stdlib")) // adds standard kotlin features, like listOf, mapOf etc
implementation("com.github.Blatzar:NiceHttp:0.3.2") // http library implementation("com.github.Blatzar:NiceHttp:0.4.4") // http library
implementation("org.jsoup:jsoup:1.15.1") // html parser implementation("org.jsoup:jsoup:1.16.1") // html parser
} }
} }