Skip to content

Commit fe6748e

Browse files
更新README.md
1 parent 5f9a909 commit fe6748e

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -48,15 +48,15 @@ RxHttp是基于OkHttp的二次封装,并于RxJava做到无缝衔接,一条
4848

4949
```java
5050
dependencies {
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

0 commit comments

Comments
 (0)