We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9dd80b commit c021e98Copy full SHA for c021e98
build.gradle.kts
@@ -209,8 +209,8 @@ dependencies {
209
constraints {
210
implementation("com.squareup.okio:okio:3.3.0")
211
}
212
- api("com.squareup.moshi:moshi:1.14.0")
213
- implementation("com.squareup.moshi:moshi-kotlin:1.14.0")
+ api("com.squareup.moshi:moshi:1.15.0")
+ implementation("com.squareup.moshi:moshi-kotlin:1.15.0")
214
api("com.squareup.okhttp3:okhttp:4.11.0")
215
implementation("com.squareup.okhttp3:logging-interceptor:4.11.0")
216
api("com.squareup.retrofit2:retrofit:2.9.0")
0 commit comments