diff --git a/Android/app/build.gradle.kts b/Android/app/build.gradle.kts index f949b9a..201b9b5 100644 --- a/Android/app/build.gradle.kts +++ b/Android/app/build.gradle.kts @@ -30,7 +30,7 @@ android { } dependencies { - implementation("com.squareup.okhttp3:okhttp:4.12.0") + implementation("com.squareup.okhttp3:okhttp:5.5.0") testImplementation("junit:junit:4.13.2") }