Compare commits

..

No commits in common. "7704631661edc3799393d12a610b26fcd7fe4de9" and "0d8c43144888302a77a8961c057fa9aba67688e2" have entirely different histories.

View File

@ -81,6 +81,6 @@ dependencies {
implementation("com.squareup.retrofit2:retrofit:2.11.0")
implementation("com.squareup.retrofit2:converter-gson:2.11.0")
implementation("com.squareup.okhttp3:okhttp:5.0.0-alpha.12")
implementation("com.squareup.okhttp3:logging-interceptor:5.0.0-alpha.12")
implementation("com.squareup.okhttp3:okhttp:4.9.1")
implementation("com.squareup.okhttp3:logging-interceptor:4.9.1")
}