Skip to content

Commit

Permalink
#163[hotfix] retrofit 버전 낮춤
Browse files Browse the repository at this point in the history
  • Loading branch information
stellar-halo committed Mar 13, 2024
1 parent 260f1e1 commit feb4ea1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ dependencies {

// Network
implementation("com.squareup.okhttp3:logging-interceptor:4.12.0")
implementation("com.squareup.retrofit2:retrofit:2.9.0")
implementation("com.squareup.retrofit2:retrofit:2.5.0")
implementation("com.jakewharton.retrofit:retrofit2-kotlinx-serialization-converter:1.0.0")
implementation(platform("com.squareup.okhttp3:okhttp-bom:4.10.0"))
implementation("com.squareup.okhttp3:okhttp")
Expand Down

0 comments on commit feb4ea1

Please sign in to comment.