Skip to content

Commit

Permalink
rxhttp版本升级至2.8.7
Browse files Browse the repository at this point in the history
  • Loading branch information
liujingxing committed Apr 23, 2022
1 parent b88322f commit a2601ff
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 17 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,9 @@ kotlin {

dependencies {
implementation 'com.squareup.okhttp3:okhttp:4.9.1'
implementation 'com.github.liujingxing.rxhttp:rxhttp:2.8.6'
implementation 'com.github.liujingxing.rxhttp:rxhttp:2.8.7'
// ksp/kapt/annotationProcessor choose one
ksp 'com.github.liujingxing.rxhttp:rxhttp-compiler:2.8.6'
ksp 'com.github.liujingxing.rxhttp:rxhttp-compiler:2.8.7'
}
```
</details>
Expand All @@ -90,11 +90,11 @@ dependencies {

### 1Coverter
```java
implementation 'com.github.liujingxing.rxhttp:converter-fastjson:2.8.6'
implementation 'com.github.liujingxing.rxhttp:converter-jackson:2.8.6'
implementation 'com.github.liujingxing.rxhttp:converter-moshi:2.8.6'
implementation 'com.github.liujingxing.rxhttp:converter-protobuf:2.8.6'
implementation 'com.github.liujingxing.rxhttp:converter-simplexml:2.8.6'
implementation 'com.github.liujingxing.rxhttp:converter-fastjson:2.8.7'
implementation 'com.github.liujingxing.rxhttp:converter-jackson:2.8.7'
implementation 'com.github.liujingxing.rxhttp:converter-moshi:2.8.7'
implementation 'com.github.liujingxing.rxhttp:converter-protobuf:2.8.7'
implementation 'com.github.liujingxing.rxhttp:converter-simplexml:2.8.7'
```

### 2RxJava
Expand Down
14 changes: 7 additions & 7 deletions README_zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,9 +124,9 @@ kotlin {

dependencies {
implementation 'com.squareup.okhttp3:okhttp:4.9.1'
implementation 'com.github.liujingxing.rxhttp:rxhttp:2.8.6'
implementation 'com.github.liujingxing.rxhttp:rxhttp:2.8.7'
// ksp/kapt/annotationProcessor 选其一
ksp 'com.github.liujingxing.rxhttp:rxhttp-compiler:2.8.6'
ksp 'com.github.liujingxing.rxhttp:rxhttp-compiler:2.8.7'
}
```
</details>
Expand All @@ -139,11 +139,11 @@ dependencies {

```java
//非必须,根据自己需求选择 RxHttp默认内置了GsonConverter
implementation 'com.github.liujingxing.rxhttp:converter-fastjson:2.8.6'
implementation 'com.github.liujingxing.rxhttp:converter-jackson:2.8.6'
implementation 'com.github.liujingxing.rxhttp:converter-moshi:2.8.6'
implementation 'com.github.liujingxing.rxhttp:converter-protobuf:2.8.6'
implementation 'com.github.liujingxing.rxhttp:converter-simplexml:2.8.6'
implementation 'com.github.liujingxing.rxhttp:converter-fastjson:2.8.7'
implementation 'com.github.liujingxing.rxhttp:converter-jackson:2.8.7'
implementation 'com.github.liujingxing.rxhttp:converter-moshi:2.8.7'
implementation 'com.github.liujingxing.rxhttp:converter-protobuf:2.8.7'
implementation 'com.github.liujingxing.rxhttp:converter-simplexml:2.8.7'
```

### 2、配置RxJava
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ org.gradle.jvmargs=-Xmx1536m
okhttp_version=4.9.3
rxjava_version=3.1.4
rxlife_version=2.2.2
rxhttp_version=2.8.6
rxhttp_version=2.8.7

lifecycle_version=2.4.1
ksp_version=1.6.21-1.0.5
Expand Down
4 changes: 2 additions & 2 deletions maven_dependency.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<dependency>
<groupId>com.github.liujingxing.rxhttp</groupId>
<artifactId>rxhttp</artifactId>
<version>2.8.6</version>
<version>2.8.7</version>
</dependency>

<!-- 非必须 RxJava2/RxJava3 二选一或都不选 -->
Expand Down Expand Up @@ -48,7 +48,7 @@
<path>
<groupId>com.github.liujingxing.rxhttp</groupId>
<artifactId>rxhttp-compiler</artifactId>
<version>2.8.6</version>
<version>2.8.7</version>
</path>
</annotationProcessorPaths>

Expand Down

0 comments on commit a2601ff

Please sign in to comment.