We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7cc3dc commit 2a847f4Copy full SHA for 2a847f4
android/build.gradle
@@ -175,7 +175,7 @@ dependencies {
175
// https://medium.com/square-corner-blog/okhttp-3-13-requires-android-5-818bb78d07ce
176
// Don't update to >=3.13 before minSDK 21 + Java 8
177
//noinspection GradleDependency
178
- implementation 'com.squareup.okhttp3:okhttp:3.12.12'
+ implementation 'com.squareup.okhttp3:okhttp:4.11.0'
179
180
implementation 'com.larswerkman:HoloColorPicker:1.5'
181
implementation 'com.google.code.findbugs:jsr305:3.0.2'
0 commit comments