File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -141,7 +141,7 @@ plugins {
141
141
}
142
142
143
143
dependencies {
144
- def rxhttp_version = ' 3.2.2 '
144
+ def rxhttp_version = ' 3.2.3 '
145
145
implementation ' com.squareup.okhttp3:okhttp:4.11.0'
146
146
implementation " com.github.liujingxing.rxhttp:rxhttp:$rxhttp_version "
147
147
// ksp/kapt/annotationProcessor choose one
Original file line number Diff line number Diff line change 120
120
121
121
| 功能说明 | RxHttp | [ Retrofit] ( https://github.com/square/retrofit ) |
122
122
| --- | :---: | :---: |
123
- | 版本| v3.2.2 | v2.9.0 |
123
+ | 版本| v3.2.3 | v2.9.0 |
124
124
| 状态| 维护中| 维护中 |
125
125
| 标准RESTful风格| ✅ | ✅ |
126
126
| 学习成本| 低 | 高|
@@ -197,7 +197,7 @@ android {
197
197
}
198
198
//3、添加依赖
199
199
dependencies {
200
- def rxhttp_version = '3.2.2 '
200
+ def rxhttp_version = '3.2.3 '
201
201
implementation 'com.squareup.okhttp3:okhttp:4.11.0'
202
202
implementation "com.github.liujingxing.rxhttp:rxhttp:$rxhttp_version"
203
203
annotationProcessor "com.github.liujingxing.rxhttp:rxhttp-compiler:$rxhttp_version"
@@ -229,7 +229,7 @@ plugins {
229
229
}
230
230
231
231
dependencies {
232
- def rxhttp_version = '3.2.2 '
232
+ def rxhttp_version = '3.2.3 '
233
233
implementation 'com.squareup.okhttp3:okhttp:4.11.0'
234
234
implementation "com.github.liujingxing.rxhttp:rxhttp:$rxhttp_version"
235
235
kapt "com.github.liujingxing.rxhttp:rxhttp-compiler:$rxhttp_version"
@@ -261,7 +261,7 @@ plugins {
261
261
}
262
262
263
263
dependencies {
264
- def rxhttp_version = '3.2.2 '
264
+ def rxhttp_version = '3.2.3 '
265
265
implementation 'com.squareup.okhttp3:okhttp:4.11.0'
266
266
implementation "com.github.liujingxing.rxhttp:rxhttp:$rxhttp_version"
267
267
ksp "com.github.liujingxing.rxhttp:rxhttp-compiler:$rxhttp_version"
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ jdk_version=8
22
22
okhttp_version =4.11.0
23
23
rxjava_version =3.1.6
24
24
rxlife_version =2.2.2
25
- rxhttp_version =3.2.2
25
+ rxhttp_version =3.2.3
26
26
27
27
lifecycle_version =2.6.1
28
28
ksp_version =1.9.10-1.0.13
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 >3.2.2 </version >
19
+ <version >3.2.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 >3.2.2 </version >
51
+ <version >3.2.3 </version >
52
52
</path >
53
53
</annotationProcessorPaths >
54
54
You can’t perform that action at this time.
0 commit comments