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 35f4ef9 commit 414589aCopy full SHA for 414589a
build.gradle.kts
@@ -45,8 +45,8 @@ dependencies {
45
implementation("com.squareup.okhttp3:okhttp")
46
implementation("com.squareup.okhttp3:logging-interceptor")
47
48
- implementation("com.squareup.moshi:moshi:1.15.1")
49
- ksp("com.squareup.moshi:moshi-kotlin-codegen:1.15.1")
+ implementation("com.squareup.moshi:moshi:1.15.2")
+ ksp("com.squareup.moshi:moshi-kotlin-codegen:1.15.2")
50
51
implementation("com.squareup.retrofit2:retrofit:2.11.0")
52
implementation("com.squareup.retrofit2:converter-moshi:2.11.0")
0 commit comments