diff --git a/README.md b/README.md index 9a4a24cb..91fe8b70 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.0' + implementation 'com.github.liujingxing.rxhttp:rxhttp:2.8.1' // ksp/kapt/annotationProcessor choose one - ksp 'com.github.liujingxing.rxhttp:rxhttp-compiler:2.8.0' + ksp 'com.github.liujingxing.rxhttp:rxhttp-compiler:2.8.1' } ``` @@ -90,11 +90,11 @@ dependencies { ### 1、Coverter ```java -implementation 'com.github.liujingxing.rxhttp:converter-fastjson:2.8.0' -implementation 'com.github.liujingxing.rxhttp:converter-jackson:2.8.0' -implementation 'com.github.liujingxing.rxhttp:converter-moshi:2.8.0' -implementation 'com.github.liujingxing.rxhttp:converter-protobuf:2.8.0' -implementation 'com.github.liujingxing.rxhttp:converter-simplexml:2.8.0' +implementation 'com.github.liujingxing.rxhttp:converter-fastjson:2.8.1' +implementation 'com.github.liujingxing.rxhttp:converter-jackson:2.8.1' +implementation 'com.github.liujingxing.rxhttp:converter-moshi:2.8.1' +implementation 'com.github.liujingxing.rxhttp:converter-protobuf:2.8.1' +implementation 'com.github.liujingxing.rxhttp:converter-simplexml:2.8.1' ``` ### 2、RxJava diff --git a/README_zh.md b/README_zh.md index e3e801f4..aa85c19e 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.0' + implementation 'com.github.liujingxing.rxhttp:rxhttp:2.8.1' // ksp/kapt/annotationProcessor 选其一 - ksp 'com.github.liujingxing.rxhttp:rxhttp-compiler:2.8.0' + ksp 'com.github.liujingxing.rxhttp:rxhttp-compiler:2.8.1' } ``` @@ -139,11 +139,11 @@ dependencies { ```java //非必须,根据自己需求选择 RxHttp默认内置了GsonConverter -implementation 'com.github.liujingxing.rxhttp:converter-fastjson:2.8.0' -implementation 'com.github.liujingxing.rxhttp:converter-jackson:2.8.0' -implementation 'com.github.liujingxing.rxhttp:converter-moshi:2.8.0' -implementation 'com.github.liujingxing.rxhttp:converter-protobuf:2.8.0' -implementation 'com.github.liujingxing.rxhttp:converter-simplexml:2.8.0' +implementation 'com.github.liujingxing.rxhttp:converter-fastjson:2.8.1' +implementation 'com.github.liujingxing.rxhttp:converter-jackson:2.8.1' +implementation 'com.github.liujingxing.rxhttp:converter-moshi:2.8.1' +implementation 'com.github.liujingxing.rxhttp:converter-protobuf:2.8.1' +implementation 'com.github.liujingxing.rxhttp:converter-simplexml:2.8.1' ``` ### 2、配置RxJava diff --git a/gradle.properties b/gradle.properties index 78950e99..b94df838 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.0 +rxhttp_version=2.8.1 fastjson_version=1.2.76 jackson_version=2.12.3 diff --git a/maven_dependency.md b/maven_dependency.md index 8088aeb2..54fe39f0 100644 --- a/maven_dependency.md +++ b/maven_dependency.md @@ -16,7 +16,7 @@ com.github.liujingxing.rxhttp rxhttp - 2.8.0 + 2.8.1 @@ -48,7 +48,7 @@ com.github.liujingxing.rxhttp rxhttp-compiler - 2.8.0 + 2.8.1