mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-15 08:47:03 +05:30
fix(deps): update retrofit to 2.10.0
This commit is contained in:
parent
59ba98174c
commit
cf0ef021d8
3 changed files with 4 additions and 24 deletions
|
@ -13,7 +13,7 @@ konvert = "3.0.1"
|
|||
kotlin = "1.9.23"
|
||||
kotlinResult = "2.0.0"
|
||||
lifecycle = "2.7.0"
|
||||
retrofit = "2.9.0"
|
||||
retrofit = "2.10.0"
|
||||
richtext = "1.0.0-alpha01"
|
||||
sentry-sdk = "7.6.0"
|
||||
serialization = "1.6.3"
|
||||
|
@ -92,7 +92,7 @@ okhttp-core = { module = "com.squareup.okhttp3:okhttp" }
|
|||
okhttp-loggingInterceptor = { module = "com.squareup.okhttp3:logging-interceptor" }
|
||||
okhttp-mockwebserver = { module = "com.squareup.okhttp3:mockwebserver" }
|
||||
retrofit = { module = "com.squareup.retrofit2:retrofit", version.ref = "retrofit" }
|
||||
retrofit-kotlinxSerializationConverter = "com.jakewharton.retrofit:retrofit2-kotlinx-serialization-converter:1.0.0"
|
||||
retrofit-kotlinxSerializationConverter = { module = "com.squareup.retrofit2:converter-kotlinx-serialization", version.ref = "retrofit" }
|
||||
sentry-android = { module = "io.sentry:sentry-android", version.ref = "sentry-sdk" }
|
||||
sentry-bom = { module = "io.sentry:sentry-bom", version.ref = "sentry-sdk" }
|
||||
sentry-okhttp = { module = "io.sentry:sentry-okhttp", version.ref = "sentry-sdk" }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue