From 87f5d5f0b508e80271277b546f3cda3ebee77a0b Mon Sep 17 00:00:00 2001 From: liujingxing <18268800083ljx@gmail.com> Date: Mon, 19 Sep 2022 13:57:44 +0800 Subject: [PATCH] =?UTF-8?q?=E7=89=88=E6=9C=AC=E5=8D=87=E7=BA=A7=E8=87=B32.?= =?UTF-8?q?9.5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- README_zh.md | 2 +- gradle.properties | 2 +- maven_dependency.md | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index b2163adc..e7ab8474 100644 --- a/README.md +++ b/README.md @@ -78,7 +78,7 @@ kotlin { } dependencies { - def rxhttp_version = '2.9.3' + def rxhttp_version = '2.9.5' implementation 'com.squareup.okhttp3:okhttp:4.10.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 1cc84289..5bdbd47e 100644 --- a/README_zh.md +++ b/README_zh.md @@ -121,7 +121,7 @@ kotlin { } dependencies { - def rxhttp_version = '2.9.3' + def rxhttp_version = '2.9.5' implementation 'com.squareup.okhttp3:okhttp:4.10.0' implementation "com.github.liujingxing.rxhttp:rxhttp:$rxhttp_version" // ksp/kapt/annotationProcessor 选其一 diff --git a/gradle.properties b/gradle.properties index 39699f6e..58a9a04b 100644 --- a/gradle.properties +++ b/gradle.properties @@ -20,7 +20,7 @@ org.gradle.jvmargs=-Xmx1536m okhttp_version=4.10.0 rxjava_version=3.1.5 rxlife_version=2.2.2 -rxhttp_version=2.9.3 +rxhttp_version=2.9.5 lifecycle_version=2.5.0 ksp_version=1.7.10-1.0.6 diff --git a/maven_dependency.md b/maven_dependency.md index 577b0740..4d86b01f 100644 --- a/maven_dependency.md +++ b/maven_dependency.md @@ -16,7 +16,7 @@ com.github.liujingxing.rxhttp rxhttp - 2.9.3 + 2.9.5 @@ -48,7 +48,7 @@ com.github.liujingxing.rxhttp rxhttp-compiler - 2.9.3 + 2.9.5