Skip to content

Commit 20044b9

Browse files
committed
RxHttp版本升级至3.3.3
1 parent e8faa0f commit 20044b9

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ plugins {
141141
}
142142

143143
dependencies {
144-
def rxhttp_version = '3.3.2'
144+
def rxhttp_version = '3.3.3'
145145
implementation 'com.squareup.okhttp3:okhttp:4.12.0'
146146
implementation "com.github.liujingxing.rxhttp:rxhttp:$rxhttp_version"
147147
// ksp/kapt/annotationProcessor choose one

README_zh.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ android {
197197
}
198198
//3、添加依赖
199199
dependencies {
200-
def rxhttp_version = '3.3.2'
200+
def rxhttp_version = '3.3.3'
201201
implementation 'com.squareup.okhttp3:okhttp:4.12.0'
202202
implementation "com.github.liujingxing.rxhttp:rxhttp:$rxhttp_version"
203203
annotationProcessor "com.github.liujingxing.rxhttp:rxhttp-compiler:$rxhttp_version"
@@ -229,7 +229,7 @@ plugins {
229229
}
230230
231231
dependencies {
232-
def rxhttp_version = '3.3.2'
232+
def rxhttp_version = '3.3.3'
233233
implementation 'com.squareup.okhttp3:okhttp:4.12.0'
234234
implementation "com.github.liujingxing.rxhttp:rxhttp:$rxhttp_version"
235235
kapt "com.github.liujingxing.rxhttp:rxhttp-compiler:$rxhttp_version"
@@ -261,7 +261,7 @@ plugins {
261261
}
262262
263263
dependencies {
264-
def rxhttp_version = '3.3.2'
264+
def rxhttp_version = '3.3.3'
265265
implementation 'com.squareup.okhttp3:okhttp:4.12.0'
266266
implementation "com.github.liujingxing.rxhttp:rxhttp:$rxhttp_version"
267267
ksp "com.github.liujingxing.rxhttp:rxhttp-compiler:$rxhttp_version"

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ okhttp = "4.12.0"
2424
protobufJava = "4.30.2"
2525
recyclerview = "1.4.0"
2626
rxandroid = "3.0.2"
27-
rxhttp = "3.3.3-beta2"
27+
rxhttp = "3.3.3"
2828
rxjava = "3.1.8"
2929
rxlifeRxjava3 = "2.2.2"
3030
simpleXml = "2.7.1"

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>3.3.2</version>
19+
<version>3.3.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>3.3.2</version>
51+
<version>3.3.3</version>
5252
</path>
5353
</annotationProcessorPaths>
5454

0 commit comments

Comments
 (0)