From cbc4144e017435ccf21092c54b6ffe8b36a46caf Mon Sep 17 00:00:00 2001 From: liujingxing <327744707@qq.com> Date: Wed, 7 Jul 2021 22:36: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.6.5?= 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 fb993094..fd01a00e 100644 --- a/README.md +++ b/README.md @@ -46,9 +46,9 @@ android { } dependencies { - implementation 'com.github.liujingxing.rxhttp:rxhttp:2.6.4' + implementation 'com.github.liujingxing.rxhttp:rxhttp:2.6.5' implementation 'com.squareup.okhttp3:okhttp:4.9.1' - kapt 'com.github.liujingxing.rxhttp:rxhttp-compiler:2.6.4' //Use the annotationProcessor instead of kapt, if you use Java + kapt 'com.github.liujingxing.rxhttp:rxhttp-compiler:2.6.5' //Use the annotationProcessor instead of kapt, if you use Java } ``` @@ -80,11 +80,11 @@ dependencies { implementation 'io.reactivex.rxjava3:rxandroid:3.0.0' implementation 'com.github.liujingxing.rxlife:rxlife-rxjava3:2.1.0' //RxJava3, Automatic close request - implementation 'com.github.liujingxing.rxhttp:converter-fastjson:2.6.4' - implementation 'com.github.liujingxing.rxhttp:converter-jackson:2.6.4' - implementation 'com.github.liujingxing.rxhttp:converter-moshi:2.6.4' - implementation 'com.github.liujingxing.rxhttp:converter-protobuf:2.6.4' - implementation 'com.github.liujingxing.rxhttp:converter-simplexml:2.6.4' + implementation 'com.github.liujingxing.rxhttp:converter-fastjson:2.6.5' + implementation 'com.github.liujingxing.rxhttp:converter-jackson:2.6.5' + implementation 'com.github.liujingxing.rxhttp:converter-moshi:2.6.5' + implementation 'com.github.liujingxing.rxhttp:converter-protobuf:2.6.5' + implementation 'com.github.liujingxing.rxhttp:converter-simplexml:2.6.5' } ``` diff --git a/README_zh.md b/README_zh.md index 52a766ce..52f772a6 100644 --- a/README_zh.md +++ b/README_zh.md @@ -85,9 +85,9 @@ android { } dependencies { - implementation 'com.github.liujingxing.rxhttp:rxhttp:2.6.4' + implementation 'com.github.liujingxing.rxhttp:rxhttp:2.6.5' implementation 'com.squareup.okhttp3:okhttp:4.9.1' //rxhttp v2.2.2版本起,需要手动依赖okhttp - kapt 'com.github.liujingxing.rxhttp:rxhttp-compiler:2.6.4' //生成RxHttp类,纯Java项目,请使用annotationProcessor代替kapt + kapt 'com.github.liujingxing.rxhttp:rxhttp-compiler:2.6.5' //生成RxHttp类,纯Java项目,请使用annotationProcessor代替kapt } ``` @@ -120,11 +120,11 @@ dependencies { implementation 'com.github.liujingxing.rxlife:rxlife-rxjava3:2.1.0' //管理RxJava3生命周期,页面销毁,关闭请求 //非必须,根据自己需求选择 RxHttp默认内置了GsonConverter - implementation 'com.github.liujingxing.rxhttp:converter-fastjson:2.6.4' - implementation 'com.github.liujingxing.rxhttp:converter-jackson:2.6.4' - implementation 'com.github.liujingxing.rxhttp:converter-moshi:2.6.4' - implementation 'com.github.liujingxing.rxhttp:converter-protobuf:2.6.4' - implementation 'com.github.liujingxing.rxhttp:converter-simplexml:2.6.4' + implementation 'com.github.liujingxing.rxhttp:converter-fastjson:2.6.5' + implementation 'com.github.liujingxing.rxhttp:converter-jackson:2.6.5' + implementation 'com.github.liujingxing.rxhttp:converter-moshi:2.6.5' + implementation 'com.github.liujingxing.rxhttp:converter-protobuf:2.6.5' + implementation 'com.github.liujingxing.rxhttp:converter-simplexml:2.6.5' } ``` diff --git a/gradle.properties b/gradle.properties index 72e94e93..0a29a2af 100644 --- a/gradle.properties +++ b/gradle.properties @@ -19,7 +19,7 @@ org.gradle.jvmargs=-Xmx1536m okhttp_version=4.9.1 rxlife_version=2.1.0 -rxhttp_version=2.6.5-beta5 +rxhttp_version=2.6.5 fastjson_version=1.2.76 jackson_version=2.12.3 diff --git a/maven_dependency.md b/maven_dependency.md index 04ad93e0..619ac40b 100644 --- a/maven_dependency.md +++ b/maven_dependency.md @@ -16,7 +16,7 @@ com.github.liujingxing.rxhttp rxhttp - 2.6.4 + 2.6.5 @@ -48,7 +48,7 @@ com.github.liujingxing.rxhttp rxhttp-compiler - 2.6.4 + 2.6.5