Skip to content

Commit

Permalink
rxhttp upgrade 2.8.9
Browse files Browse the repository at this point in the history
  • Loading branch information
liujingxing committed Jun 21, 2022
1 parent 065a8ca commit 97e14e8
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ kotlin {
}

dependencies {
def rxhttp_version = '2.8.8'
def rxhttp_version = '2.8.9'
implementation 'com.squareup.okhttp3:okhttp:4.9.3'
implementation "com.github.liujingxing.rxhttp:rxhttp:$rxhttp_version"
// ksp/kapt/annotationProcessor choose one
Expand Down
2 changes: 1 addition & 1 deletion README_zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ kotlin {
}

dependencies {
def rxhttp_version = '2.8.8'
def rxhttp_version = '2.8.9'
implementation 'com.squareup.okhttp3:okhttp:4.9.3'
implementation "com.github.liujingxing.rxhttp:rxhttp:$rxhttp_version"
// ksp/kapt/annotationProcessor 选其一
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.10.0
rxjava_version=3.1.5
rxlife_version=2.2.2
rxhttp_version=2.8.8
rxhttp_version=2.8.9

lifecycle_version=2.4.1
ksp_version=1.7.0-1.0.6
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.8</version>
<version>2.8.9</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.8</version>
<version>2.8.9</version>
</path>
</annotationProcessorPaths>

Expand Down

0 comments on commit 97e14e8

Please sign in to comment.