diff --git a/voiceit3/build.gradle b/voiceit3/build.gradle index 4e29b0b..9f6c72b 100644 --- a/voiceit3/build.gradle +++ b/voiceit3/build.gradle @@ -67,7 +67,7 @@ dependencies { // Network: replaces the abandoned com.loopj.android:android-async-http // entirely. OkHttp 4.x is the last line that still supports minSdk 21. - api 'com.squareup.okhttp3:okhttp:5.4.0' + api 'com.squareup.okhttp3:okhttp:5.5.0' // Face detection: replaces the deprecated com.google.android.gms:play-services-vision. // Standalone ML Kit (no Firebase coupling).