diff --git a/README.md b/README.md index 528e11c..23e52a8 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ repositories { } dependencies { - implementation("io.github.zicheng1992:cxhttp:1.1.1") + implementation("io.github.zicheng1992:cxhttp:1.1.2") //默认网络请求库Okhttp3Call,如果使用其它网络库可去掉 implementation("com.squareup.okhttp3:okhttp:4.9.3")//最新版本不兼容Android4.4 implementation("com.squareup.okhttp3:logging-interceptor:4.9.3")