Skip to content

Commit

Permalink
Fix R8 breaking retrofit
Browse files Browse the repository at this point in the history
  • Loading branch information
d4rken committed Sep 3, 2024
1 parent 55df1e2 commit d692866
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions buildSrc/src/main/java/Dependencies.kt
Original file line number Diff line number Diff line change
Expand Up @@ -97,9 +97,9 @@ fun DependencyHandlerScope.addIO() {
}

fun DependencyHandlerScope.addRetrofit() {
implementation("com.squareup.retrofit2:retrofit:2.9.0")
implementation("com.squareup.retrofit2:converter-moshi:2.9.0")
implementation("com.squareup.retrofit2:converter-scalars:2.9.0")
implementation("com.squareup.retrofit2:retrofit:2.11.0")
implementation("com.squareup.retrofit2:converter-moshi:2.11.0")
implementation("com.squareup.retrofit2:converter-scalars:2.11.0")
implementation("com.squareup.okhttp3:logging-interceptor:4.9.1")
}

Expand Down

0 comments on commit d692866

Please sign in to comment.