File tree Expand file tree Collapse file tree 4 files changed +17
-17
lines changed Expand file tree Collapse file tree 4 files changed +17
-17
lines changed Original file line number Diff line number Diff line change @@ -54,9 +54,9 @@ android {
54
54
apply plugin: ' kotlin-kapt'
55
55
dependencies {
56
56
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 '
58
58
// 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 '
60
60
}
61
61
```
62
62
</details >
@@ -65,11 +65,11 @@ dependencies {
65
65
66
66
### 1、Coverter
67
67
``` 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 '
73
73
```
74
74
75
75
### 2、RxJava
Original file line number Diff line number Diff line change @@ -110,8 +110,8 @@ apply plugin: 'kotlin-kapt'
110
110
111
111
dependencies {
112
112
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
115
115
}
116
116
```
117
117
< / details>
@@ -124,11 +124,11 @@ dependencies {
124
124
125
125
```java
126
126
// 非必须,根据自己需求选择 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 '
132
132
```
133
133
134
134
### 2 、配置RxJava
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ maven = 1
21
21
22
22
okhttp_version =4.9.1
23
23
rxlife_version =2.2.1
24
- rxhttp_version =2.7.3-beta1
24
+ rxhttp_version =2.7.3
25
25
26
26
fastjson_version =1.2.76
27
27
jackson_version =2.12.3
Original file line number Diff line number Diff line change 16
16
<dependency >
17
17
<groupId >com.github.liujingxing.rxhttp</groupId >
18
18
<artifactId >rxhttp</artifactId >
19
- <version >2.7.2 </version >
19
+ <version >2.7.3 </version >
20
20
</dependency >
21
21
22
22
<!-- 非必须 RxJava2/RxJava3 二选一或都不选 -->
48
48
<path >
49
49
<groupId >com.github.liujingxing.rxhttp</groupId >
50
50
<artifactId >rxhttp-compiler</artifactId >
51
- <version >2.7.2 </version >
51
+ <version >2.7.3 </version >
52
52
</path >
53
53
</annotationProcessorPaths >
54
54
You can’t perform that action at this time.
0 commit comments