Add explicit OkHttp dependency (#5583)

https://github.com/square/okhttp/blob/master/CHANGELOG.md#version-500
This commit is contained in:
Zongle Wang
2025-07-04 10:08:58 +08:00
committed by GitHub
parent 7b73847945
commit 45470e1336
+1
View File
@@ -427,6 +427,7 @@ dependencies {
def retrofitVersion = "3.0.0"
implementation "com.squareup.retrofit2:retrofit:$retrofitVersion"
implementation "com.squareup.retrofit2:converter-kotlinx-serialization:$retrofitVersion"
implementation "com.squareup.okhttp3:okhttp:5.0.0"
def roomVersion = '2.7.2'
implementation "androidx.room:room-runtime:$roomVersion"