diff --git a/app/build.gradle b/app/build.gradle index 71b670e81..9141ab0fe 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -212,7 +212,7 @@ dependencies { implementation(project(path: ':modules:rhino1.7.3')) //网络 - implementation('com.squareup.okhttp3:okhttp:4.11.0') + implementation('com.squareup.okhttp3:okhttp:4.12.0') implementation(fileTree(dir: 'cronetlib', include: ['*.jar', '*.aar'])) implementation 'com.google.protobuf:protobuf-javalite:3.24.3'