Skip to content

Commit fe891e6

Browse files
RxHttp 版本升级为1.3.4
1 parent 6200918 commit fe891e6

2 files changed

Lines changed: 9 additions & 9 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.3'
52-
annotationProcessor 'com.rxjava.rxhttp:rxhttp-compiler:1.3.3' //注解处理器,生成RxHttp类
51+
implementation 'com.rxjava.rxhttp:rxhttp:1.3.4'
52+
annotationProcessor 'com.rxjava.rxhttp:rxhttp-compiler:1.3.4' //注解处理器,生成RxHttp类
5353
implementation 'com.rxjava.rxlife:rxlife:1.1.0' //页面销毁,关闭请求,非必须
5454

5555
//Converter 根据自己需求选择 非必须 RxHttp默认内置了GsonConverter
56-
implementation 'com.rxjava.rxhttp:converter-jackson:1.3.3'
57-
implementation 'com.rxjava.rxhttp:converter-fastjson:1.3.3'
58-
implementation 'com.rxjava.rxhttp:converter-protobuf:1.3.3'
59-
implementation 'com.rxjava.rxhttp:converter-simplexml:1.3.3'
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'
6060
}
6161
```
6262

gradle.properties

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ org.gradle.jvmargs=-Xmx1536m
1717
#org.gradle.daemon=true
1818
#org.gradle.jvmargs=-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=5005
1919

20-
rxhttp_version=1.3.3
21-
rxhttp_next_version=1.3.4
22-
rxhttp_converter_version=1.3.3
20+
rxhttp_version=1.3.4
21+
rxhttp_next_version=1.3.5
22+
rxhttp_converter_version=1.3.4

0 commit comments

Comments
 (0)