diff --git a/README.md b/README.md
index c8c5483f..1bbe5bdb 100644
--- a/README.md
+++ b/README.md
@@ -137,11 +137,11 @@ android {
plugins {
// kapt/ksp choose one
// id 'kotlin-kapt'
- id 'com.google.devtools.ksp' version '1.9.10-1.0.13'
+ id 'com.google.devtools.ksp' version '1.9.23-1.0.19'
}
dependencies {
- def rxhttp_version = '3.2.4'
+ def rxhttp_version = '3.2.5'
implementation 'com.squareup.okhttp3:okhttp:4.12.0'
implementation "com.github.liujingxing.rxhttp:rxhttp:$rxhttp_version"
// ksp/kapt/annotationProcessor choose one
diff --git a/README_zh.md b/README_zh.md
index 361a06cf..b255c533 100644
--- a/README_zh.md
+++ b/README_zh.md
@@ -120,7 +120,7 @@
| 功能说明 | RxHttp | [Retrofit](https://github.com/square/retrofit) |
| --- | :---: | :---: |
-| 版本| v3.2.4| v2.9.0 |
+| 版本| v3.2.5| v2.9.0 |
| 状态| 维护中| 维护中 |
| 标准RESTful风格| ✅ | ✅ |
| 学习成本| 低 | 高|
@@ -197,7 +197,7 @@ android {
}
//3、添加依赖
dependencies {
- def rxhttp_version = '3.2.4'
+ def rxhttp_version = '3.2.5'
implementation 'com.squareup.okhttp3:okhttp:4.12.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.2.4'
+ def rxhttp_version = '3.2.5'
implementation 'com.squareup.okhttp3:okhttp:4.12.0'
implementation "com.github.liujingxing.rxhttp:rxhttp:$rxhttp_version"
kapt "com.github.liujingxing.rxhttp:rxhttp-compiler:$rxhttp_version"
@@ -257,11 +257,11 @@ android {
}
//3、添加插件及依赖
plugins {
- id 'com.google.devtools.ksp' version '1.9.10-1.0.13'
+ id 'com.google.devtools.ksp' version '1.9.23-1.0.19'
}
dependencies {
- def rxhttp_version = '3.2.4'
+ def rxhttp_version = '3.2.5'
implementation 'com.squareup.okhttp3:okhttp:4.12.0'
implementation "com.github.liujingxing.rxhttp:rxhttp:$rxhttp_version"
ksp "com.github.liujingxing.rxhttp:rxhttp-compiler:$rxhttp_version"
diff --git a/gradle.properties b/gradle.properties
index 507908bc..2ba4825e 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -22,7 +22,7 @@ jdk_version=8
okhttp_version=4.12.0
rxjava_version=3.1.6
rxlife_version=2.2.2
-rxhttp_version=3.2.4
+rxhttp_version=3.2.5
lifecycle_version=2.6.2
ksp_version=1.9.23-1.0.19
diff --git a/maven_dependency.md b/maven_dependency.md
index 97749bfa..69488b22 100644
--- a/maven_dependency.md
+++ b/maven_dependency.md
@@ -16,7 +16,7 @@
com.github.liujingxing.rxhttp
rxhttp
- 3.2.4
+ 3.2.5
@@ -48,7 +48,7 @@
com.github.liujingxing.rxhttp
rxhttp-compiler
- 3.2.4
+ 3.2.5