mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 17:37:05 +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
|
@ -45,6 +45,7 @@ android {
|
|||
dependencies {
|
||||
kapt(libs.dagger.compiler)
|
||||
implementation(platform(libs.androidx.compose.bom))
|
||||
implementation(platform(libs.okhttp.bom))
|
||||
implementation(libs.dagger)
|
||||
implementation(projects.api)
|
||||
implementation(projects.common)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue