Bump NiceHttp

This commit is contained in:
KingLucius 2024-02-25 14:31:51 +02:00
parent 3a868025d8
commit 976f7c1e69

View file

@ -230,7 +230,7 @@ dependencies {
// Downloading & Networking
implementation("androidx.work:work-runtime:2.9.0")
implementation("androidx.work:work-runtime-ktx:2.9.0")
implementation("com.github.Blatzar:NiceHttp:0.4.5") // HTTP Lib
implementation("com.github.Blatzar:NiceHttp:0.4.11") // HTTP Lib
}
tasks.register("androidSourcesJar", Jar::class) {