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 @@ -79,9 +79,9 @@ kotlin {
79
79
80
80
dependencies {
81
81
implementation ' com.squareup.okhttp3:okhttp:4.9.1'
82
- implementation ' com.github.liujingxing.rxhttp:rxhttp:2.8.2 '
82
+ implementation ' com.github.liujingxing.rxhttp:rxhttp:2.8.3 '
83
83
// ksp/kapt/annotationProcessor choose one
84
- ksp ' com.github.liujingxing.rxhttp:rxhttp-compiler:2.8.2 '
84
+ ksp ' com.github.liujingxing.rxhttp:rxhttp-compiler:2.8.3 '
85
85
}
86
86
```
87
87
< / details>
@@ -90,11 +90,11 @@ dependencies {
90
90
91
91
### 1 、Coverter
92
92
```java
93
- implementation ' com.github.liujingxing.rxhttp:converter-fastjson:2.8.2 '
94
- implementation ' com.github.liujingxing.rxhttp:converter-jackson:2.8.2 '
95
- implementation ' com.github.liujingxing.rxhttp:converter-moshi:2.8.2 '
96
- implementation ' com.github.liujingxing.rxhttp:converter-protobuf:2.8.2 '
97
- implementation ' com.github.liujingxing.rxhttp:converter-simplexml:2.8.2 '
93
+ implementation ' com.github.liujingxing.rxhttp:converter-fastjson:2.8.3 '
94
+ implementation ' com.github.liujingxing.rxhttp:converter-jackson:2.8.3 '
95
+ implementation ' com.github.liujingxing.rxhttp:converter-moshi:2.8.3 '
96
+ implementation ' com.github.liujingxing.rxhttp:converter-protobuf:2.8.3 '
97
+ implementation ' com.github.liujingxing.rxhttp:converter-simplexml:2.8.3 '
98
98
```
99
99
100
100
### 2 、RxJava
Original file line number Diff line number Diff line change @@ -124,9 +124,9 @@ kotlin {
124
124
125
125
dependencies {
126
126
implementation ' com.squareup.okhttp3:okhttp:4.9.1'
127
- implementation ' com.github.liujingxing.rxhttp:rxhttp:2.8.2 '
127
+ implementation ' com.github.liujingxing.rxhttp:rxhttp:2.8.3 '
128
128
// ksp/kapt/annotationProcessor 选其一
129
- ksp ' com.github.liujingxing.rxhttp:rxhttp-compiler:2.8.2 '
129
+ ksp ' com.github.liujingxing.rxhttp:rxhttp-compiler:2.8.3 '
130
130
}
131
131
```
132
132
< / details>
@@ -139,11 +139,11 @@ dependencies {
139
139
140
140
```java
141
141
// 非必须,根据自己需求选择 RxHttp默认内置了GsonConverter
142
- implementation ' com.github.liujingxing.rxhttp:converter-fastjson:2.8.2 '
143
- implementation ' com.github.liujingxing.rxhttp:converter-jackson:2.8.2 '
144
- implementation ' com.github.liujingxing.rxhttp:converter-moshi:2.8.2 '
145
- implementation ' com.github.liujingxing.rxhttp:converter-protobuf:2.8.2 '
146
- implementation ' com.github.liujingxing.rxhttp:converter-simplexml:2.8.2 '
142
+ implementation ' com.github.liujingxing.rxhttp:converter-fastjson:2.8.3 '
143
+ implementation ' com.github.liujingxing.rxhttp:converter-jackson:2.8.3 '
144
+ implementation ' com.github.liujingxing.rxhttp:converter-moshi:2.8.3 '
145
+ implementation ' com.github.liujingxing.rxhttp:converter-protobuf:2.8.3 '
146
+ implementation ' com.github.liujingxing.rxhttp:converter-simplexml:2.8.3 '
147
147
```
148
148
149
149
### 2 、配置RxJava
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ org.gradle.jvmargs=-Xmx1536m
19
19
20
20
okhttp_version =4.9.1
21
21
rxlife_version =2.2.1
22
- rxhttp_version =2.8.3-beta1
22
+ rxhttp_version =2.8.3
23
23
24
24
fastjson_version =1.2.76
25
25
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.8.2 </version >
19
+ <version >2.8.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.8.2 </version >
51
+ <version >2.8.3 </version >
52
52
</path >
53
53
</annotationProcessorPaths >
54
54
You can’t perform that action at this time.
0 commit comments