File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -48,15 +48,15 @@ RxHttp是基于OkHttp的二次封装,并于RxJava做到无缝衔接,一条
4848
4949``` java
5050dependencies {
51- implementation ' com.rxjava.rxhttp:rxhttp:1.3.4 '
52- annotationProcessor ' com.rxjava.rxhttp:rxhttp-compiler:1.3.4 ' // 注解处理器,生成RxHttp类
51+ implementation ' com.rxjava.rxhttp:rxhttp:1.3.5 '
52+ annotationProcessor ' com.rxjava.rxhttp:rxhttp-compiler:1.3.5 ' // 注解处理器,生成RxHttp类
5353 implementation ' com.rxjava.rxlife:rxlife:1.1.0' // 页面销毁,关闭请求,非必须
5454
5555 // Converter 根据自己需求选择 非必须 RxHttp默认内置了GsonConverter
56- implementation ' com.rxjava.rxhttp:converter-jackson:1.3.4 '
57- implementation ' com.rxjava.rxhttp:converter-fastjson:1.3.4 '
58- implementation ' com.rxjava.rxhttp:converter-protobuf:1.3.4 '
59- implementation ' com.rxjava.rxhttp:converter-simplexml:1.3.4 '
56+ implementation ' com.rxjava.rxhttp:converter-jackson:1.3.5 '
57+ implementation ' com.rxjava.rxhttp:converter-fastjson:1.3.5 '
58+ implementation ' com.rxjava.rxhttp:converter-protobuf:1.3.5 '
59+ implementation ' com.rxjava.rxhttp:converter-simplexml:1.3.5 '
6060}
6161```
6262
You can’t perform that action at this time.
0 commit comments