We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9c1af6 commit da7b728Copy full SHA for da7b728
build.gradle.kts
@@ -28,8 +28,8 @@ dependencies {
28
implementation("com.squareup.okhttp3:okhttp")
29
implementation("com.squareup.okhttp3:logging-interceptor")
30
31
- implementation("com.squareup.moshi:moshi:1.15.1")
32
- 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")
33
34
implementation("com.squareup.retrofit2:retrofit:2.11.0")
35
implementation("com.squareup.retrofit2:converter-moshi:2.11.0")
0 commit comments