Skip to content

Commit 63a2ffc

Browse files
authored
Update README.md
1 parent 52d720a commit 63a2ffc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
***4. 史上最优雅的对错误统一处理,且不打破Lambda表达式***
1212

13-
***5. 史上最优雅的实现文件上传/下载及进度的监听,且支持断点下载***
13+
***5. 史上最优雅的文件上传/下载/断点下载/进度监听,已适配Android 10***
1414

1515
***6. 支持Gson、Xml、ProtoBuf、FastJson等第三方数据解析工具***
1616

@@ -81,7 +81,7 @@ dependencies {
8181
//以下3个为必须,
8282
implementation 'com.ljx.rxhttp:rxhttp:2.4.1'
8383
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
84+
kapt 'com.ljx.rxhttp:rxhttp-compiler:2.4.1' //生成RxHttp类,纯Java项目,请使用annotationProcessor代替kapt
8585

8686
implementation 'com.ljx.rxlife:rxlife-coroutine:2.0.1' //管理协程生命周期,页面销毁,关闭请求
8787

0 commit comments

Comments
 (0)