Skip to content

Commit 35519a2

Browse files
committed
版本更新至2.7.3
1 parent 6fcb46c commit 35519a2

File tree

4 files changed

+17
-17
lines changed

4 files changed

+17
-17
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,9 @@ android {
5454
apply plugin: 'kotlin-kapt'
5555
dependencies {
5656
implementation 'com.squareup.okhttp3:okhttp:4.9.1'
57-
implementation 'com.github.liujingxing.rxhttp:rxhttp:2.7.2'
57+
implementation 'com.github.liujingxing.rxhttp:rxhttp:2.7.3'
5858
//Use the annotationProcessor instead of kapt, if you use Java
59-
kapt 'com.github.liujingxing.rxhttp:rxhttp-compiler:2.7.2'
59+
kapt 'com.github.liujingxing.rxhttp:rxhttp-compiler:2.7.3'
6060
}
6161
```
6262
</details>
@@ -65,11 +65,11 @@ dependencies {
6565

6666
### 1、Coverter
6767
```java
68-
implementation 'com.github.liujingxing.rxhttp:converter-fastjson:2.7.2'
69-
implementation 'com.github.liujingxing.rxhttp:converter-jackson:2.7.2'
70-
implementation 'com.github.liujingxing.rxhttp:converter-moshi:2.7.2'
71-
implementation 'com.github.liujingxing.rxhttp:converter-protobuf:2.7.2'
72-
implementation 'com.github.liujingxing.rxhttp:converter-simplexml:2.7.2'
68+
implementation 'com.github.liujingxing.rxhttp:converter-fastjson:2.7.3'
69+
implementation 'com.github.liujingxing.rxhttp:converter-jackson:2.7.3'
70+
implementation 'com.github.liujingxing.rxhttp:converter-moshi:2.7.3'
71+
implementation 'com.github.liujingxing.rxhttp:converter-protobuf:2.7.3'
72+
implementation 'com.github.liujingxing.rxhttp:converter-simplexml:2.7.3'
7373
```
7474

7575
### 2、RxJava

README_zh.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -110,8 +110,8 @@ apply plugin: 'kotlin-kapt'
110110

111111
dependencies {
112112
implementation 'com.squareup.okhttp3:okhttp:4.9.1'
113-
implementation 'com.github.liujingxing.rxhttp:rxhttp:2.7.2'
114-
kapt 'com.github.liujingxing.rxhttp:rxhttp-compiler:2.7.2' //生成RxHttp类,纯Java项目,请使用annotationProcessor代替kapt
113+
implementation 'com.github.liujingxing.rxhttp:rxhttp:2.7.3'
114+
kapt 'com.github.liujingxing.rxhttp:rxhttp-compiler:2.7.3' //生成RxHttp类,纯Java项目,请使用annotationProcessor代替kapt
115115
}
116116
```
117117
</details>
@@ -124,11 +124,11 @@ dependencies {
124124

125125
```java
126126
//非必须,根据自己需求选择 RxHttp默认内置了GsonConverter
127-
implementation 'com.github.liujingxing.rxhttp:converter-fastjson:2.7.2'
128-
implementation 'com.github.liujingxing.rxhttp:converter-jackson:2.7.2'
129-
implementation 'com.github.liujingxing.rxhttp:converter-moshi:2.7.2'
130-
implementation 'com.github.liujingxing.rxhttp:converter-protobuf:2.7.2'
131-
implementation 'com.github.liujingxing.rxhttp:converter-simplexml:2.7.2'
127+
implementation 'com.github.liujingxing.rxhttp:converter-fastjson:2.7.3'
128+
implementation 'com.github.liujingxing.rxhttp:converter-jackson:2.7.3'
129+
implementation 'com.github.liujingxing.rxhttp:converter-moshi:2.7.3'
130+
implementation 'com.github.liujingxing.rxhttp:converter-protobuf:2.7.3'
131+
implementation 'com.github.liujingxing.rxhttp:converter-simplexml:2.7.3'
132132
```
133133

134134
### 2、配置RxJava

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ maven = 1
2121

2222
okhttp_version=4.9.1
2323
rxlife_version=2.2.1
24-
rxhttp_version=2.7.3-beta1
24+
rxhttp_version=2.7.3
2525

2626
fastjson_version=1.2.76
2727
jackson_version=2.12.3

maven_dependency.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<dependency>
1717
<groupId>com.github.liujingxing.rxhttp</groupId>
1818
<artifactId>rxhttp</artifactId>
19-
<version>2.7.2</version>
19+
<version>2.7.3</version>
2020
</dependency>
2121

2222
<!-- 非必须 RxJava2/RxJava3 二选一或都不选 -->
@@ -48,7 +48,7 @@
4848
<path>
4949
<groupId>com.github.liujingxing.rxhttp</groupId>
5050
<artifactId>rxhttp-compiler</artifactId>
51-
<version>2.7.2</version>
51+
<version>2.7.3</version>
5252
</path>
5353
</annotationProcessorPaths>
5454

0 commit comments

Comments
 (0)