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 43a023c commit 5a64515Copy full SHA for 5a64515
library/build.gradle.kts
@@ -222,8 +222,8 @@ dependencies {
222
constraints {
223
implementation("com.squareup.okio:okio:3.7.0")
224
}
225
- api("com.squareup.moshi:moshi:1.15.0")
226
- implementation("com.squareup.moshi:moshi-kotlin:1.15.0")
+ api("com.squareup.moshi:moshi:1.15.1")
+ implementation("com.squareup.moshi:moshi-kotlin:1.15.1")
227
api("com.squareup.okhttp3:okhttp:4.12.0")
228
implementation("com.squareup.okhttp3:logging-interceptor:4.12.0")
229
api("com.squareup.retrofit2:retrofit:2.9.0")
0 commit comments