diff --git a/README.md b/README.md index a8566e1d..c0c16ee0 100644 --- a/README.md +++ b/README.md @@ -78,7 +78,7 @@ kotlin { } dependencies { - def rxhttp_version = '2.8.9' + def rxhttp_version = '2.9.0' implementation 'com.squareup.okhttp3:okhttp:4.10.0' implementation "com.github.liujingxing.rxhttp:rxhttp:$rxhttp_version" // ksp/kapt/annotationProcessor choose one diff --git a/README_zh.md b/README_zh.md index 31947301..81ee037f 100644 --- a/README_zh.md +++ b/README_zh.md @@ -123,7 +123,7 @@ kotlin { } dependencies { - def rxhttp_version = '2.8.9' + def rxhttp_version = '2.9.0' implementation 'com.squareup.okhttp3:okhttp:4.10.0' implementation "com.github.liujingxing.rxhttp:rxhttp:$rxhttp_version" // ksp/kapt/annotationProcessor 选其一 diff --git a/gradle.properties b/gradle.properties index b54034bd..93acb26a 100644 --- a/gradle.properties +++ b/gradle.properties @@ -20,7 +20,7 @@ org.gradle.jvmargs=-Xmx1536m okhttp_version=4.10.0 rxjava_version=3.1.5 rxlife_version=2.2.2 -rxhttp_version=2.9.0-beta2 +rxhttp_version=2.9.0 lifecycle_version=2.4.1 ksp_version=1.7.0-1.0.6 diff --git a/maven_dependency.md b/maven_dependency.md index e7194cdf..596be30f 100644 --- a/maven_dependency.md +++ b/maven_dependency.md @@ -16,7 +16,7 @@ com.github.liujingxing.rxhttp rxhttp - 2.8.9 + 2.9.0 @@ -48,7 +48,7 @@ com.github.liujingxing.rxhttp rxhttp-compiler - 2.8.9 + 2.9.0