Skip to content

Commit

Permalink
Bump Retrofit to 2.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mars885 committed Aug 12, 2024
1 parent 13b9ea5 commit c4066ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildSrc/src/main/java/Dependencies.kt
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ object deps {
object square {

private const val okHttpVersion = "4.12.0"
private const val retrofitVersion = "2.9.0"
private const val retrofitVersion = "2.11.0"
private const val retrofitKotlinxSerializationConverterVersion = "0.8.0"

const val okHttpLoggingInterceptor = "com.squareup.okhttp3:logging-interceptor:${okHttpVersion}"
Expand Down

0 comments on commit c4066ce

Please sign in to comment.