File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Expand file tree Collapse file tree 4 files changed +7
-7
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.3.2 '
144
+ def rxhttp_version = ' 3.3.3 '
145
145
implementation ' com.squareup.okhttp3:okhttp:4.12.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 @@ -197,7 +197,7 @@ android {
197
197
}
198
198
//3、添加依赖
199
199
dependencies {
200
- def rxhttp_version = '3.3.2 '
200
+ def rxhttp_version = '3.3.3 '
201
201
implementation 'com.squareup.okhttp3:okhttp:4.12.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.3.2 '
232
+ def rxhttp_version = '3.3.3 '
233
233
implementation 'com.squareup.okhttp3:okhttp:4.12.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.3.2 '
264
+ def rxhttp_version = '3.3.3 '
265
265
implementation 'com.squareup.okhttp3:okhttp:4.12.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 @@ -24,7 +24,7 @@ okhttp = "4.12.0"
24
24
protobufJava = " 4.30.2"
25
25
recyclerview = " 1.4.0"
26
26
rxandroid = " 3.0.2"
27
- rxhttp = " 3.3.3-beta2 "
27
+ rxhttp = " 3.3.3"
28
28
rxjava = " 3.1.8"
29
29
rxlifeRxjava3 = " 2.2.2"
30
30
simpleXml = " 2.7.1"
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.3.2 </version >
19
+ <version >3.3.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.3.2 </version >
51
+ <version >3.3.3 </version >
52
52
</path >
53
53
</annotationProcessorPaths >
54
54
You can’t perform that action at this time.
0 commit comments