Skip to content

Commit

Permalink
版本升级至3.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
liujingxing committed May 22, 2023
1 parent 538a64e commit 2eecfe9
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ android {
}

dependencies {
def rxhttp_version = '3.0.3'
def rxhttp_version = '3.0.4'
implementation 'com.squareup.okhttp3:okhttp:4.10.0'
implementation "com.github.liujingxing.rxhttp:rxhttp:$rxhttp_version"
// ksp/kapt/annotationProcessor choose one
Expand Down
6 changes: 3 additions & 3 deletions README_zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ android {
}
//3、添加依赖
dependencies {
def rxhttp_version = '3.0.3'
def rxhttp_version = '3.0.4'
implementation 'com.squareup.okhttp3:okhttp:4.10.0'
implementation "com.github.liujingxing.rxhttp:rxhttp:$rxhttp_version"
annotationProcessor "com.github.liujingxing.rxhttp:rxhttp-compiler:$rxhttp_version"
Expand Down Expand Up @@ -229,7 +229,7 @@ plugins {
}
dependencies {
def rxhttp_version = '3.0.3'
def rxhttp_version = '3.0.4'
implementation 'com.squareup.okhttp3:okhttp:4.10.0'
implementation "com.github.liujingxing.rxhttp:rxhttp:$rxhttp_version"
kapt "com.github.liujingxing.rxhttp:rxhttp-compiler:$rxhttp_version"
Expand Down Expand Up @@ -270,7 +270,7 @@ plugins {
}
dependencies {
def rxhttp_version = '3.0.3'
def rxhttp_version = '3.0.4'
implementation 'com.squareup.okhttp3:okhttp:4.10.0'
implementation "com.github.liujingxing.rxhttp:rxhttp:$rxhttp_version"
ksp "com.github.liujingxing.rxhttp:rxhttp-compiler:$rxhttp_version"
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.6
rxlife_version=2.2.2
rxhttp_version=3.0.3
rxhttp_version=3.0.4

lifecycle_version=2.5.1
ksp_version=1.8.0-1.0.9
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>3.0.3</version>
<version>3.0.4</version>
</dependency>

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

Expand Down

0 comments on commit 2eecfe9

Please sign in to comment.