Skip to content

Commit 3f25420

Browse files
committed
Upgrade rxhttp to 1.6.10
1 parent 6ad58f8 commit 3f25420

File tree

4 files changed

+17
-17
lines changed

4 files changed

+17
-17
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -79,9 +79,9 @@ kotlin {
7979

8080
dependencies {
8181
implementation 'com.squareup.okhttp3:okhttp:4.9.1'
82-
implementation 'com.github.liujingxing.rxhttp:rxhttp:2.8.0'
82+
implementation 'com.github.liujingxing.rxhttp:rxhttp:2.8.1'
8383
// ksp/kapt/annotationProcessor choose one
84-
ksp 'com.github.liujingxing.rxhttp:rxhttp-compiler:2.8.0'
84+
ksp 'com.github.liujingxing.rxhttp:rxhttp-compiler:2.8.1'
8585
}
8686
```
8787
</details>
@@ -90,11 +90,11 @@ dependencies {
9090

9191
### 1Coverter
9292
```java
93-
implementation 'com.github.liujingxing.rxhttp:converter-fastjson:2.8.0'
94-
implementation 'com.github.liujingxing.rxhttp:converter-jackson:2.8.0'
95-
implementation 'com.github.liujingxing.rxhttp:converter-moshi:2.8.0'
96-
implementation 'com.github.liujingxing.rxhttp:converter-protobuf:2.8.0'
97-
implementation 'com.github.liujingxing.rxhttp:converter-simplexml:2.8.0'
93+
implementation 'com.github.liujingxing.rxhttp:converter-fastjson:2.8.1'
94+
implementation 'com.github.liujingxing.rxhttp:converter-jackson:2.8.1'
95+
implementation 'com.github.liujingxing.rxhttp:converter-moshi:2.8.1'
96+
implementation 'com.github.liujingxing.rxhttp:converter-protobuf:2.8.1'
97+
implementation 'com.github.liujingxing.rxhttp:converter-simplexml:2.8.1'
9898
```
9999

100100
### 2RxJava

README_zh.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -124,9 +124,9 @@ kotlin {
124124

125125
dependencies {
126126
implementation 'com.squareup.okhttp3:okhttp:4.9.1'
127-
implementation 'com.github.liujingxing.rxhttp:rxhttp:2.8.0'
127+
implementation 'com.github.liujingxing.rxhttp:rxhttp:2.8.1'
128128
// ksp/kapt/annotationProcessor 选其一
129-
ksp 'com.github.liujingxing.rxhttp:rxhttp-compiler:2.8.0'
129+
ksp 'com.github.liujingxing.rxhttp:rxhttp-compiler:2.8.1'
130130
}
131131
```
132132
</details>
@@ -139,11 +139,11 @@ dependencies {
139139

140140
```java
141141
//非必须,根据自己需求选择 RxHttp默认内置了GsonConverter
142-
implementation 'com.github.liujingxing.rxhttp:converter-fastjson:2.8.0'
143-
implementation 'com.github.liujingxing.rxhttp:converter-jackson:2.8.0'
144-
implementation 'com.github.liujingxing.rxhttp:converter-moshi:2.8.0'
145-
implementation 'com.github.liujingxing.rxhttp:converter-protobuf:2.8.0'
146-
implementation 'com.github.liujingxing.rxhttp:converter-simplexml:2.8.0'
142+
implementation 'com.github.liujingxing.rxhttp:converter-fastjson:2.8.1'
143+
implementation 'com.github.liujingxing.rxhttp:converter-jackson:2.8.1'
144+
implementation 'com.github.liujingxing.rxhttp:converter-moshi:2.8.1'
145+
implementation 'com.github.liujingxing.rxhttp:converter-protobuf:2.8.1'
146+
implementation 'com.github.liujingxing.rxhttp:converter-simplexml:2.8.1'
147147
```
148148

149149
### 2、配置RxJava

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ org.gradle.jvmargs=-Xmx1536m
1919

2020
okhttp_version=4.9.1
2121
rxlife_version=2.2.1
22-
rxhttp_version=2.8.0
22+
rxhttp_version=2.8.1
2323

2424
fastjson_version=1.2.76
2525
jackson_version=2.12.3

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>2.8.0</version>
19+
<version>2.8.1</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>2.8.0</version>
51+
<version>2.8.1</version>
5252
</path>
5353
</annotationProcessorPaths>
5454

0 commit comments

Comments
 (0)