Skip to content

Commit

Permalink
updated retrofit to 2.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yamin8000 committed Mar 30, 2024
1 parent 5c8252b commit 7e6e749
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion network/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ android {
dependencies {
implementation(project(":data"))
//retrofit
val retrofitVersion = "2.10.0"
val retrofitVersion = "2.11.0"
api("com.squareup.retrofit2:retrofit:$retrofitVersion")
implementation("com.squareup.retrofit2:converter-moshi:$retrofitVersion")
kapt("com.squareup.retrofit2:response-type-keeper:$retrofitVersion")
Expand Down

0 comments on commit 7e6e749

Please sign in to comment.