Skip to content

Commit d692866

Browse files
committed
Fix R8 breaking retrofit
1 parent 55df1e2 commit d692866

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

buildSrc/src/main/java/Dependencies.kt

+3-3
Original file line numberDiff line numberDiff line change
@@ -97,9 +97,9 @@ fun DependencyHandlerScope.addIO() {
9797
}
9898

9999
fun DependencyHandlerScope.addRetrofit() {
100-
implementation("com.squareup.retrofit2:retrofit:2.9.0")
101-
implementation("com.squareup.retrofit2:converter-moshi:2.9.0")
102-
implementation("com.squareup.retrofit2:converter-scalars:2.9.0")
100+
implementation("com.squareup.retrofit2:retrofit:2.11.0")
101+
implementation("com.squareup.retrofit2:converter-moshi:2.11.0")
102+
implementation("com.squareup.retrofit2:converter-scalars:2.11.0")
103103
implementation("com.squareup.okhttp3:logging-interceptor:4.9.1")
104104
}
105105

0 commit comments

Comments
 (0)