Bump retrofit and converter-moshi from 2.11.0 to 3.0.0
This commit is contained in:
@@ -6,7 +6,7 @@ versionCode = "10"
|
||||
versionName = "0.2.2"
|
||||
|
||||
agp = "8.10.0"
|
||||
converterMoshi = "2.11.0"
|
||||
retrofit = "3.0.0"
|
||||
eithernet = "2.0.0"
|
||||
haze = "1.6.0"
|
||||
kotlin = "2.1.21"
|
||||
@@ -26,7 +26,6 @@ core-ktx = "1.16.0"
|
||||
material = "1.12.0"
|
||||
loggingInterceptor = "5.0.0-alpha.14"
|
||||
moshi = "1.15.2"
|
||||
retrofit = "2.11.0"
|
||||
room = "2.7.1"
|
||||
preference-ktx = "1.2.1"
|
||||
nanokt = "1.2.0"
|
||||
@@ -38,7 +37,7 @@ moduleGraph = "2.8.0"
|
||||
accompanist-permissions = { module = "com.google.accompanist:accompanist-permissions", version.ref = "accompanist" }
|
||||
coil = { module = "io.coil-kt:coil", version.ref = "coil" }
|
||||
coil-compose = { module = "io.coil-kt:coil-compose", version.ref = "coil" }
|
||||
converter-moshi = { module = "com.squareup.retrofit2:converter-moshi", version.ref = "converterMoshi" }
|
||||
converter-moshi = { module = "com.squareup.retrofit2:converter-moshi", version.ref = "retrofit" }
|
||||
eithernet = { module = "com.slack.eithernet:eithernet", version.ref = "eithernet" }
|
||||
eithernet-integration-retrofit = { module = "com.slack.eithernet:eithernet-integration-retrofit", version.ref = "eithernet" }
|
||||
haze = { module = "dev.chrisbanes.haze:haze", version.ref = "haze" }
|
||||
|
||||
Reference in New Issue
Block a user