From 05975e47a6a51b383581746c9f82402d09726fd1 Mon Sep 17 00:00:00 2001
From: liujingxing <18268800083ljx@gmail.com>
Date: Mon, 17 Jun 2024 17:59:11 +0800
Subject: [PATCH] rxhttp version upgrade to v3.2.7
---
README.md | 2 +-
README_zh.md | 6 +++---
gradle.properties | 2 +-
maven_dependency.md | 4 ++--
4 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/README.md b/README.md
index c12c1daa..24d64833 100644
--- a/README.md
+++ b/README.md
@@ -141,7 +141,7 @@ plugins {
}
dependencies {
- def rxhttp_version = '3.2.6'
+ def rxhttp_version = '3.2.7'
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 9f425a6f..18158d4e 100644
--- a/README_zh.md
+++ b/README_zh.md
@@ -197,7 +197,7 @@ android {
}
//3、添加依赖
dependencies {
- def rxhttp_version = '3.2.6'
+ def rxhttp_version = '3.2.7'
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.6'
+ def rxhttp_version = '3.2.7'
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"
@@ -261,7 +261,7 @@ plugins {
}
dependencies {
- def rxhttp_version = '3.2.6'
+ def rxhttp_version = '3.2.7'
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 e7e97ae3..c129b8e8 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.6
+rxhttp_version=3.2.7
lifecycle_version=2.6.2
ksp_version=1.9.23-1.0.19
diff --git a/maven_dependency.md b/maven_dependency.md
index 1bc2adf1..13dba957 100644
--- a/maven_dependency.md
+++ b/maven_dependency.md
@@ -16,7 +16,7 @@
com.github.liujingxing.rxhttp
rxhttp
- 3.2.6
+ 3.2.7
@@ -48,7 +48,7 @@
com.github.liujingxing.rxhttp
rxhttp-compiler
- 3.2.6
+ 3.2.7