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 067dc06 commit d5e649aCopy full SHA for d5e649a
sdkdemo/build.gradle
@@ -104,7 +104,7 @@ dependencies {
104
implementation 'androidx.core:core-ktx:1.6.0'
105
implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
106
implementation 'com.squareup.picasso:picasso:2.71828'
107
- implementation 'com.squareup.okhttp3:okhttp:3.0.1'
+ implementation 'com.squareup.okhttp3:okhttp:4.9.2'
108
testImplementation 'junit:junit:4.+'
109
testImplementation 'org.robolectric:robolectric:4.5.1'
110
testImplementation ('org.bouncycastle:bcprov-jdk15on') {
0 commit comments