Skip to content

Commit f1ee324

Browse files
committed
版本升级至3.2.3
1 parent a4e7e17 commit f1ee324

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
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.2.2'
144+
def rxhttp_version = '3.2.3'
145145
implementation 'com.squareup.okhttp3:okhttp:4.11.0'
146146
implementation "com.github.liujingxing.rxhttp:rxhttp:$rxhttp_version"
147147
// ksp/kapt/annotationProcessor choose one

README_zh.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@
120120

121121
| 功能说明 | RxHttp | [Retrofit](https://github.com/square/retrofit) |
122122
| --- | :---: | :---: |
123-
| 版本| v3.2.2| v2.9.0 |
123+
| 版本| v3.2.3| v2.9.0 |
124124
| 状态| 维护中| 维护中 |
125125
| 标准RESTful风格|||
126126
| 学习成本|||
@@ -197,7 +197,7 @@ android {
197197
}
198198
//3、添加依赖
199199
dependencies {
200-
def rxhttp_version = '3.2.2'
200+
def rxhttp_version = '3.2.3'
201201
implementation 'com.squareup.okhttp3:okhttp:4.11.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.2.2'
232+
def rxhttp_version = '3.2.3'
233233
implementation 'com.squareup.okhttp3:okhttp:4.11.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.2.2'
264+
def rxhttp_version = '3.2.3'
265265
implementation 'com.squareup.okhttp3:okhttp:4.11.0'
266266
implementation "com.github.liujingxing.rxhttp:rxhttp:$rxhttp_version"
267267
ksp "com.github.liujingxing.rxhttp:rxhttp-compiler:$rxhttp_version"

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jdk_version=8
2222
okhttp_version=4.11.0
2323
rxjava_version=3.1.6
2424
rxlife_version=2.2.2
25-
rxhttp_version=3.2.2
25+
rxhttp_version=3.2.3
2626

2727
lifecycle_version=2.6.1
2828
ksp_version=1.9.10-1.0.13

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.2.2</version>
19+
<version>3.2.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.2.2</version>
51+
<version>3.2.3</version>
5252
</path>
5353
</annotationProcessorPaths>
5454

0 commit comments

Comments
 (0)