From a2601ff84a50f4110b03cad1a3573312f016d9e8 Mon Sep 17 00:00:00 2001 From: liujingxing <18268800083ljx@gmail.com> Date: Sat, 23 Apr 2022 19:23:57 +0800 Subject: [PATCH] =?UTF-8?q?rxhttp=E7=89=88=E6=9C=AC=E5=8D=87=E7=BA=A7?= =?UTF-8?q?=E8=87=B32.8.7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 14 +++++++------- README_zh.md | 14 +++++++------- gradle.properties | 2 +- maven_dependency.md | 4 ++-- 4 files changed, 17 insertions(+), 17 deletions(-) diff --git a/README.md b/README.md index 2b938365..523614a3 100644 --- a/README.md +++ b/README.md @@ -79,9 +79,9 @@ kotlin { dependencies { implementation 'com.squareup.okhttp3:okhttp:4.9.1' - implementation 'com.github.liujingxing.rxhttp:rxhttp:2.8.6' + implementation 'com.github.liujingxing.rxhttp:rxhttp:2.8.7' // ksp/kapt/annotationProcessor choose one - ksp 'com.github.liujingxing.rxhttp:rxhttp-compiler:2.8.6' + ksp 'com.github.liujingxing.rxhttp:rxhttp-compiler:2.8.7' } ``` @@ -90,11 +90,11 @@ dependencies { ### 1、Coverter ```java -implementation 'com.github.liujingxing.rxhttp:converter-fastjson:2.8.6' -implementation 'com.github.liujingxing.rxhttp:converter-jackson:2.8.6' -implementation 'com.github.liujingxing.rxhttp:converter-moshi:2.8.6' -implementation 'com.github.liujingxing.rxhttp:converter-protobuf:2.8.6' -implementation 'com.github.liujingxing.rxhttp:converter-simplexml:2.8.6' +implementation 'com.github.liujingxing.rxhttp:converter-fastjson:2.8.7' +implementation 'com.github.liujingxing.rxhttp:converter-jackson:2.8.7' +implementation 'com.github.liujingxing.rxhttp:converter-moshi:2.8.7' +implementation 'com.github.liujingxing.rxhttp:converter-protobuf:2.8.7' +implementation 'com.github.liujingxing.rxhttp:converter-simplexml:2.8.7' ``` ### 2、RxJava diff --git a/README_zh.md b/README_zh.md index 119c7996..78830e1c 100644 --- a/README_zh.md +++ b/README_zh.md @@ -124,9 +124,9 @@ kotlin { dependencies { implementation 'com.squareup.okhttp3:okhttp:4.9.1' - implementation 'com.github.liujingxing.rxhttp:rxhttp:2.8.6' + implementation 'com.github.liujingxing.rxhttp:rxhttp:2.8.7' // ksp/kapt/annotationProcessor 选其一 - ksp 'com.github.liujingxing.rxhttp:rxhttp-compiler:2.8.6' + ksp 'com.github.liujingxing.rxhttp:rxhttp-compiler:2.8.7' } ``` @@ -139,11 +139,11 @@ dependencies { ```java //非必须,根据自己需求选择 RxHttp默认内置了GsonConverter -implementation 'com.github.liujingxing.rxhttp:converter-fastjson:2.8.6' -implementation 'com.github.liujingxing.rxhttp:converter-jackson:2.8.6' -implementation 'com.github.liujingxing.rxhttp:converter-moshi:2.8.6' -implementation 'com.github.liujingxing.rxhttp:converter-protobuf:2.8.6' -implementation 'com.github.liujingxing.rxhttp:converter-simplexml:2.8.6' +implementation 'com.github.liujingxing.rxhttp:converter-fastjson:2.8.7' +implementation 'com.github.liujingxing.rxhttp:converter-jackson:2.8.7' +implementation 'com.github.liujingxing.rxhttp:converter-moshi:2.8.7' +implementation 'com.github.liujingxing.rxhttp:converter-protobuf:2.8.7' +implementation 'com.github.liujingxing.rxhttp:converter-simplexml:2.8.7' ``` ### 2、配置RxJava diff --git a/gradle.properties b/gradle.properties index 4247398e..65ef7908 100644 --- a/gradle.properties +++ b/gradle.properties @@ -20,7 +20,7 @@ org.gradle.jvmargs=-Xmx1536m okhttp_version=4.9.3 rxjava_version=3.1.4 rxlife_version=2.2.2 -rxhttp_version=2.8.6 +rxhttp_version=2.8.7 lifecycle_version=2.4.1 ksp_version=1.6.21-1.0.5 diff --git a/maven_dependency.md b/maven_dependency.md index 45ae8687..136b8317 100644 --- a/maven_dependency.md +++ b/maven_dependency.md @@ -16,7 +16,7 @@ com.github.liujingxing.rxhttp rxhttp - 2.8.6 + 2.8.7 @@ -48,7 +48,7 @@ com.github.liujingxing.rxhttp rxhttp-compiler - 2.8.6 + 2.8.7