From f1ee324845b30955977200e9013e93fc4c938a3a Mon Sep 17 00:00:00 2001
From: liujingxing <18268800083ljx@gmail.com>
Date: Sat, 30 Dec 2023 13:39:35 +0800
Subject: [PATCH] =?UTF-8?q?=E7=89=88=E6=9C=AC=E5=8D=87=E7=BA=A7=E8=87=B33.?=
=?UTF-8?q?2.3?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
README.md | 2 +-
README_zh.md | 8 ++++----
gradle.properties | 2 +-
maven_dependency.md | 4 ++--
4 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/README.md b/README.md
index ecab4385..b0768926 100644
--- a/README.md
+++ b/README.md
@@ -141,7 +141,7 @@ plugins {
}
dependencies {
- def rxhttp_version = '3.2.2'
+ def rxhttp_version = '3.2.3'
implementation 'com.squareup.okhttp3:okhttp:4.11.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 017ce71c..08dc53e3 100644
--- a/README_zh.md
+++ b/README_zh.md
@@ -120,7 +120,7 @@
| 功能说明 | RxHttp | [Retrofit](https://github.com/square/retrofit) |
| --- | :---: | :---: |
-| 版本| v3.2.2| v2.9.0 |
+| 版本| v3.2.3| v2.9.0 |
| 状态| 维护中| 维护中 |
| 标准RESTful风格| ✅ | ✅ |
| 学习成本| 低 | 高|
@@ -197,7 +197,7 @@ android {
}
//3、添加依赖
dependencies {
- def rxhttp_version = '3.2.2'
+ def rxhttp_version = '3.2.3'
implementation 'com.squareup.okhttp3:okhttp:4.11.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.2'
+ def rxhttp_version = '3.2.3'
implementation 'com.squareup.okhttp3:okhttp:4.11.0'
implementation "com.github.liujingxing.rxhttp:rxhttp:$rxhttp_version"
kapt "com.github.liujingxing.rxhttp:rxhttp-compiler:$rxhttp_version"
@@ -261,7 +261,7 @@ plugins {
}
dependencies {
- def rxhttp_version = '3.2.2'
+ def rxhttp_version = '3.2.3'
implementation 'com.squareup.okhttp3:okhttp:4.11.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 cdf0999f..6ac0eab0 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -22,7 +22,7 @@ jdk_version=8
okhttp_version=4.11.0
rxjava_version=3.1.6
rxlife_version=2.2.2
-rxhttp_version=3.2.2
+rxhttp_version=3.2.3
lifecycle_version=2.6.1
ksp_version=1.9.10-1.0.13
diff --git a/maven_dependency.md b/maven_dependency.md
index b1cfd7ce..25c59010 100644
--- a/maven_dependency.md
+++ b/maven_dependency.md
@@ -16,7 +16,7 @@
com.github.liujingxing.rxhttp
rxhttp
- 3.2.2
+ 3.2.3
@@ -48,7 +48,7 @@
com.github.liujingxing.rxhttp
rxhttp-compiler
- 3.2.2
+ 3.2.3