diff --git a/README.md b/README.md
index 9e3d3433..f6338693 100644
--- a/README.md
+++ b/README.md
@@ -137,7 +137,7 @@ android {
plugins {
// kapt/ksp choose one
// id 'kotlin-kapt'
- id 'com.google.devtools.ksp' version '1.7.20-1.0.7'
+ id 'com.google.devtools.ksp' version '1.8.0-1.0.9'
}
//Make IDE aware of generated code if you use ksp
@@ -153,7 +153,7 @@ android {
}
dependencies {
- def rxhttp_version = '3.0.1'
+ def rxhttp_version = '3.0.2'
implementation 'com.squareup.okhttp3:okhttp:4.10.0'
implementation "com.github.liujingxing.rxhttp:rxhttp:$rxhttp_version"
// ksp/kapt/annotationProcessor choose one
@@ -179,8 +179,8 @@ implementation "com.github.liujingxing.rxhttp:converter-simplexml:$rxhttp_versio
RxHttp + RxJava3
```java
-implementation 'io.reactivex.rxjava3:rxjava:3.1.5'
-implementation 'io.reactivex.rxjava3:rxandroid:3.0.1'
+implementation 'io.reactivex.rxjava3:rxjava:3.1.6'
+implementation 'io.reactivex.rxjava3:rxandroid:3.0.2'
implementation 'com.github.liujingxing.rxlife:rxlife-rxjava3:2.2.2' //RxJava3, Automatic close request
```
@@ -200,7 +200,7 @@ implementation 'com.github.liujingxing.rxlife:rxlife-rxjava2:2.2.2' //RxJava2, A
```java
ksp {
- arg("rxhttp_rxjava", "3.1.5")
+ arg("rxhttp_rxjava", "3.1.6")
}
```
@@ -212,7 +212,7 @@ ksp {
```java
kapt {
arguments {
- arg("rxhttp_rxjava", "3.1.5")
+ arg("rxhttp_rxjava", "3.1.6")
}
}
```
@@ -228,7 +228,7 @@ android {
javaCompileOptions {
annotationProcessorOptions {
arguments = [
- rxhttp_rxjava: '3.1.5',
+ rxhttp_rxjava: '3.1.6',
]
}
}
diff --git a/README_zh.md b/README_zh.md
index bb84a158..41ccde5e 100644
--- a/README_zh.md
+++ b/README_zh.md
@@ -120,7 +120,7 @@
| 功能说明 | RxHttp | [Retrofit](https://github.com/square/retrofit) |
| --- | :---: | :---: |
-| 版本| v3.0.1| v2.9.0 |
+| 版本| v3.0.2| v2.9.0 |
| 状态| 维护中| 维护中 |
| 标准RESTful风格| ✅ | ✅ |
| 学习成本| 低 | 高|
@@ -197,7 +197,7 @@ android {
}
//3、添加依赖
dependencies {
- def rxhttp_version = '3.0.1'
+ def rxhttp_version = '3.0.2'
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"
@@ -229,7 +229,7 @@ plugins {
}
dependencies {
- def rxhttp_version = '3.0.1'
+ def rxhttp_version = '3.0.2'
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"
@@ -266,11 +266,11 @@ android {
}
//3、添加插件及依赖
plugins {
- id 'com.google.devtools.ksp' version '1.7.20-1.0.7'
+ id 'com.google.devtools.ksp' version '1.8.0-1.0.9'
}
dependencies {
- def rxhttp_version = '3.0.1'
+ def rxhttp_version = '3.0.2'
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"
@@ -292,8 +292,8 @@ dependencies {
```java
//RxJava3
-implementation 'io.reactivex.rxjava3:rxjava:3.1.5'
-implementation 'io.reactivex.rxjava3:rxandroid:3.0.0'
+implementation 'io.reactivex.rxjava3:rxjava:3.1.6'
+implementation 'io.reactivex.rxjava3:rxandroid:3.0.2'
implementation 'com.github.liujingxing.rxlife:rxlife-rxjava3:2.2.2' //管理RxJava3生命周期,页面销毁,关闭请求
//RxJava2
diff --git a/gradle.properties b/gradle.properties
index 7482d99e..9243f96d 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -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.1
+rxhttp_version=3.0.2
lifecycle_version=2.5.1
ksp_version=1.8.0-1.0.9
diff --git a/maven_dependency.md b/maven_dependency.md
index e9d2ae47..3a07aab1 100644
--- a/maven_dependency.md
+++ b/maven_dependency.md
@@ -16,7 +16,7 @@
com.github.liujingxing.rxhttp
rxhttp
- 3.0.1
+ 3.0.2
@@ -48,7 +48,7 @@
com.github.liujingxing.rxhttp
rxhttp-compiler
- 3.0.1
+ 3.0.2