diff --git a/android/build.gradle.kts b/android/build.gradle.kts index 35b5b16..b043d53 100644 --- a/android/build.gradle.kts +++ b/android/build.gradle.kts @@ -55,7 +55,7 @@ dependencies { // HTTP client for token exchange // PINNED: okhttp 4.12.0 (Kotlin 1.9 compatible) - DO NOT upgrade to 5.x until Tauri uses Kotlin 2.x - implementation("com.squareup.okhttp3:okhttp:4.12.0") + implementation("com.squareup.okhttp3:okhttp:5.4.0") // JSON parsing implementation("com.google.code.gson:gson:2.13.2")