Skip to content

Commit 028482a

Browse files
committed
RxHttp版本升级至3.3.5
1 parent 8fafcc0 commit 028482a

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,11 +137,11 @@ android {
137137
plugins {
138138
// kapt/ksp choose one
139139
// id 'kotlin-kapt'
140-
id 'com.google.devtools.ksp' version '2.1.21-2.0.1'
140+
id 'com.google.devtools.ksp' version '2.2.0-2.0.2'
141141
}
142142

143143
dependencies {
144-
def rxhttp_version = '3.3.4'
144+
def rxhttp_version = '3.3.5'
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: 4 additions & 4 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.4'
200+
def rxhttp_version = '3.3.5'
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.4'
232+
def rxhttp_version = '3.3.5'
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"
@@ -257,11 +257,11 @@ android {
257257
}
258258
//3、添加插件及依赖
259259
plugins {
260-
id 'com.google.devtools.ksp' version '2.1.21-2.0.1'
260+
id 'com.google.devtools.ksp' version '2.2.0-2.0.2'
261261
}
262262
263263
dependencies {
264-
def rxhttp_version = '3.3.4'
264+
def rxhttp_version = '3.3.5'
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.31.1"
2525
recyclerview = "1.4.0"
2626
rxandroid = "3.0.2"
27-
rxhttp = "3.3.4"
27+
rxhttp = "3.3.5"
2828
rxjava = "3.1.11"
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.4</version>
19+
<version>3.3.5</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.4</version>
51+
<version>3.3.5</version>
5252
</path>
5353
</annotationProcessorPaths>
5454

0 commit comments

Comments
 (0)