From 518d723ab492d4720e950072f6f9d48c583802bd Mon Sep 17 00:00:00 2001 From: liujingxing <18268800083ljx@gmail.com> Date: Wed, 12 Jan 2022 17:23:16 +0800 Subject: [PATCH] =?UTF-8?q?=E7=89=88=E6=9C=AC=E5=8D=87=E7=BA=A7=E8=87=B32.?= =?UTF-8?q?8.3?= 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 4d42c4ff..798532bd 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.2' + implementation 'com.github.liujingxing.rxhttp:rxhttp:2.8.3' // ksp/kapt/annotationProcessor choose one - ksp 'com.github.liujingxing.rxhttp:rxhttp-compiler:2.8.2' + ksp 'com.github.liujingxing.rxhttp:rxhttp-compiler:2.8.3' } ``` @@ -90,11 +90,11 @@ dependencies { ### 1、Coverter ```java -implementation 'com.github.liujingxing.rxhttp:converter-fastjson:2.8.2' -implementation 'com.github.liujingxing.rxhttp:converter-jackson:2.8.2' -implementation 'com.github.liujingxing.rxhttp:converter-moshi:2.8.2' -implementation 'com.github.liujingxing.rxhttp:converter-protobuf:2.8.2' -implementation 'com.github.liujingxing.rxhttp:converter-simplexml:2.8.2' +implementation 'com.github.liujingxing.rxhttp:converter-fastjson:2.8.3' +implementation 'com.github.liujingxing.rxhttp:converter-jackson:2.8.3' +implementation 'com.github.liujingxing.rxhttp:converter-moshi:2.8.3' +implementation 'com.github.liujingxing.rxhttp:converter-protobuf:2.8.3' +implementation 'com.github.liujingxing.rxhttp:converter-simplexml:2.8.3' ``` ### 2、RxJava diff --git a/README_zh.md b/README_zh.md index bb374e76..4ef11b7c 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.2' + implementation 'com.github.liujingxing.rxhttp:rxhttp:2.8.3' // ksp/kapt/annotationProcessor 选其一 - ksp 'com.github.liujingxing.rxhttp:rxhttp-compiler:2.8.2' + ksp 'com.github.liujingxing.rxhttp:rxhttp-compiler:2.8.3' } ``` @@ -139,11 +139,11 @@ dependencies { ```java //非必须,根据自己需求选择 RxHttp默认内置了GsonConverter -implementation 'com.github.liujingxing.rxhttp:converter-fastjson:2.8.2' -implementation 'com.github.liujingxing.rxhttp:converter-jackson:2.8.2' -implementation 'com.github.liujingxing.rxhttp:converter-moshi:2.8.2' -implementation 'com.github.liujingxing.rxhttp:converter-protobuf:2.8.2' -implementation 'com.github.liujingxing.rxhttp:converter-simplexml:2.8.2' +implementation 'com.github.liujingxing.rxhttp:converter-fastjson:2.8.3' +implementation 'com.github.liujingxing.rxhttp:converter-jackson:2.8.3' +implementation 'com.github.liujingxing.rxhttp:converter-moshi:2.8.3' +implementation 'com.github.liujingxing.rxhttp:converter-protobuf:2.8.3' +implementation 'com.github.liujingxing.rxhttp:converter-simplexml:2.8.3' ``` ### 2、配置RxJava diff --git a/gradle.properties b/gradle.properties index d7658e7a..8c00dd2a 100644 --- a/gradle.properties +++ b/gradle.properties @@ -19,7 +19,7 @@ org.gradle.jvmargs=-Xmx1536m okhttp_version=4.9.1 rxlife_version=2.2.1 -rxhttp_version=2.8.3-beta1 +rxhttp_version=2.8.3 fastjson_version=1.2.76 jackson_version=2.12.3 diff --git a/maven_dependency.md b/maven_dependency.md index 477ef614..b64e2b03 100644 --- a/maven_dependency.md +++ b/maven_dependency.md @@ -16,7 +16,7 @@ com.github.liujingxing.rxhttp rxhttp - 2.8.2 + 2.8.3 @@ -48,7 +48,7 @@ com.github.liujingxing.rxhttp rxhttp-compiler - 2.8.2 + 2.8.3