diff --git a/android/build.gradle b/android/build.gradle index 9b36d1a3..75a66a1d 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -175,7 +175,7 @@ dependencies { // https://medium.com/square-corner-blog/okhttp-3-13-requires-android-5-818bb78d07ce // Don't update to >=3.13 before minSDK 21 + Java 8 //noinspection GradleDependency - implementation 'com.squareup.okhttp3:okhttp:3.12.12' + implementation 'com.squareup.okhttp3:okhttp:4.11.0' implementation 'com.larswerkman:HoloColorPicker:1.5' implementation 'com.google.code.findbugs:jsr305:3.0.2'