From e9c8f9b3d1c723a0936b7f51a5b5b4fb04be6d82 Mon Sep 17 00:00:00 2001 From: liujingxing <327744707@qq.com> Date: Sat, 4 Sep 2021 23:36:14 +0800 Subject: [PATCH] =?UTF-8?q?=E7=89=88=E6=9C=AC=E5=8D=87=E7=BA=A7=E8=87=B32.?= =?UTF-8?q?6.8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 16 ++++++++-------- README_zh.md | 16 ++++++++-------- gradle.properties | 2 +- maven_dependency.md | 4 ++-- 4 files changed, 19 insertions(+), 19 deletions(-) diff --git a/README.md b/README.md index 97417c78..1c3f2ef2 100644 --- a/README.md +++ b/README.md @@ -46,9 +46,9 @@ android { } dependencies { - implementation 'com.github.liujingxing.rxhttp:rxhttp:2.6.7' + implementation 'com.github.liujingxing.rxhttp:rxhttp:2.6.8' implementation 'com.squareup.okhttp3:okhttp:4.9.1' - kapt 'com.github.liujingxing.rxhttp:rxhttp-compiler:2.6.7' //Use the annotationProcessor instead of kapt, if you use Java + kapt 'com.github.liujingxing.rxhttp:rxhttp-compiler:2.6.8' //Use the annotationProcessor instead of kapt, if you use Java } ``` @@ -69,15 +69,15 @@ dependencies { implementation 'com.github.liujingxing.rxlife:rxlife-rxjava2:2.2.0' //RxJava2, Automatic close request //rxjava3 - implementation 'io.reactivex.rxjava3:rxjava:3.0.6' + implementation 'io.reactivex.rxjava3:rxjava:3.1.1' implementation 'io.reactivex.rxjava3:rxandroid:3.0.0' implementation 'com.github.liujingxing.rxlife:rxlife-rxjava3:2.2.0' //RxJava3, Automatic close request - implementation 'com.github.liujingxing.rxhttp:converter-fastjson:2.6.7' - implementation 'com.github.liujingxing.rxhttp:converter-jackson:2.6.7' - implementation 'com.github.liujingxing.rxhttp:converter-moshi:2.6.7' - implementation 'com.github.liujingxing.rxhttp:converter-protobuf:2.6.7' - implementation 'com.github.liujingxing.rxhttp:converter-simplexml:2.6.7' + implementation 'com.github.liujingxing.rxhttp:converter-fastjson:2.6.8' + implementation 'com.github.liujingxing.rxhttp:converter-jackson:2.6.8' + implementation 'com.github.liujingxing.rxhttp:converter-moshi:2.6.8' + implementation 'com.github.liujingxing.rxhttp:converter-protobuf:2.6.8' + implementation 'com.github.liujingxing.rxhttp:converter-simplexml:2.6.8' } ``` diff --git a/README_zh.md b/README_zh.md index c002581b..deea658a 100644 --- a/README_zh.md +++ b/README_zh.md @@ -85,9 +85,9 @@ android { } dependencies { - implementation 'com.github.liujingxing.rxhttp:rxhttp:2.6.7' + implementation 'com.github.liujingxing.rxhttp:rxhttp:2.6.8' implementation 'com.squareup.okhttp3:okhttp:4.9.1' //rxhttp v2.2.2版本起,需要手动依赖okhttp - kapt 'com.github.liujingxing.rxhttp:rxhttp-compiler:2.6.7' //生成RxHttp类,纯Java项目,请使用annotationProcessor代替kapt + kapt 'com.github.liujingxing.rxhttp:rxhttp-compiler:2.6.8' //生成RxHttp类,纯Java项目,请使用annotationProcessor代替kapt } ``` @@ -110,16 +110,16 @@ dependencies { implementation 'com.github.liujingxing.rxlife:rxlife-rxjava2:2.2.0' //管理RxJava2生命周期,页面销毁,关闭请求 //rxjava3 - implementation 'io.reactivex.rxjava3:rxjava:3.0.6' + implementation 'io.reactivex.rxjava3:rxjava:3.1.1' implementation 'io.reactivex.rxjava3:rxandroid:3.0.0' implementation 'com.github.liujingxing.rxlife:rxlife-rxjava3:2.2.0' //管理RxJava3生命周期,页面销毁,关闭请求 //非必须,根据自己需求选择 RxHttp默认内置了GsonConverter - implementation 'com.github.liujingxing.rxhttp:converter-fastjson:2.6.7' - implementation 'com.github.liujingxing.rxhttp:converter-jackson:2.6.7' - implementation 'com.github.liujingxing.rxhttp:converter-moshi:2.6.7' - implementation 'com.github.liujingxing.rxhttp:converter-protobuf:2.6.7' - implementation 'com.github.liujingxing.rxhttp:converter-simplexml:2.6.7' + implementation 'com.github.liujingxing.rxhttp:converter-fastjson:2.6.8' + implementation 'com.github.liujingxing.rxhttp:converter-jackson:2.6.8' + implementation 'com.github.liujingxing.rxhttp:converter-moshi:2.6.8' + implementation 'com.github.liujingxing.rxhttp:converter-protobuf:2.6.8' + implementation 'com.github.liujingxing.rxhttp:converter-simplexml:2.6.8' } ``` diff --git a/gradle.properties b/gradle.properties index fd1a5c84..bb834588 100644 --- a/gradle.properties +++ b/gradle.properties @@ -21,7 +21,7 @@ maven = 1 okhttp_version=4.9.1 rxlife_version=2.2.0 -rxhttp_version=2.6.7 +rxhttp_version=2.6.8 fastjson_version=1.2.76 jackson_version=2.12.3 diff --git a/maven_dependency.md b/maven_dependency.md index 3b7bf19d..c2371aeb 100644 --- a/maven_dependency.md +++ b/maven_dependency.md @@ -16,7 +16,7 @@ com.github.liujingxing.rxhttp rxhttp - 2.6.7 + 2.6.8 @@ -48,7 +48,7 @@ com.github.liujingxing.rxhttp rxhttp-compiler - 2.6.7 + 2.6.8