We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52d720a commit 63a2ffcCopy full SHA for 63a2ffc
1 file changed
README.md
@@ -10,7 +10,7 @@
10
11
***4. 史上最优雅的对错误统一处理,且不打破Lambda表达式***
12
13
- ***5. 史上最优雅的实现文件上传/下载及进度的监听,且支持断点下载***
+ ***5. 史上最优雅的文件上传/下载/断点下载/进度监听,已适配Android 10***
14
15
***6. 支持Gson、Xml、ProtoBuf、FastJson等第三方数据解析工具***
16
@@ -81,7 +81,7 @@ dependencies {
81
//以下3个为必须,
82
implementation 'com.ljx.rxhttp:rxhttp:2.4.1'
83
implementation 'com.squareup.okhttp3:okhttp:4.8.1' //rxhttp v2.2.2版本起,需要手动依赖okhttp
84
- kapt 'com.ljx.rxhttp:rxhttp-compiler:2.4.1' //生成RxHttp类,非kotlin项目,请使用annotationProcessor代替kapt
+ kapt 'com.ljx.rxhttp:rxhttp-compiler:2.4.1' //生成RxHttp类,纯Java项目,请使用annotationProcessor代替kapt
85
86
implementation 'com.ljx.rxlife:rxlife-coroutine:2.0.1' //管理协程生命周期,页面销毁,关闭请求
87
0 commit comments