Skip to content

Commit d5e649a

Browse files
committed
修复啄木鸟检测出来的风险
1 parent 067dc06 commit d5e649a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdkdemo/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ dependencies {
104104
implementation 'androidx.core:core-ktx:1.6.0'
105105
implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
106106
implementation 'com.squareup.picasso:picasso:2.71828'
107-
implementation 'com.squareup.okhttp3:okhttp:3.0.1'
107+
implementation 'com.squareup.okhttp3:okhttp:4.9.2'
108108
testImplementation 'junit:junit:4.+'
109109
testImplementation 'org.robolectric:robolectric:4.5.1'
110110
testImplementation ('org.bouncycastle:bcprov-jdk15on') {

0 commit comments

Comments
 (0)