mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 18:47:03 +05:30
feat: upgrade to OkHttp 4.10.0
This commit is contained in:
parent
8392841554
commit
cb798cf011
7 changed files with 10 additions and 15 deletions
|
@ -18,6 +18,7 @@ anvil { generateDaggerFactories.set(true) }
|
|||
android { namespace = "dev.msfjarvis.claw.core" }
|
||||
|
||||
dependencies {
|
||||
implementation(platform(libs.okhttp.bom))
|
||||
api(libs.kotlinx.serialization.json)
|
||||
api(libs.okhttp.loggingInterceptor)
|
||||
implementation(libs.dagger)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue