File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -137,11 +137,11 @@ android {
137137plugins {
138138 // kapt/ksp choose one
139139 // id 'kotlin-kapt'
140- id ' com.google.devtools.ksp' version ' 2.2.0-2.0.2 '
140+ id ' com.google.devtools.ksp' version ' 2.3.4 '
141141}
142142
143143dependencies {
144- def rxhttp_version = ' 3.5.0 '
144+ def rxhttp_version = ' 3.5.1 '
145145 implementation ' com.squareup.okhttp3:okhttp:4.12.0'
146146 implementation " com.github.liujingxing.rxhttp:rxhttp:$rxhttp_version "
147147 // ksp/kapt/annotationProcessor choose one
Original file line number Diff line number Diff line change @@ -197,7 +197,7 @@ android {
197197}
198198//3、添加依赖
199199dependencies {
200- def rxhttp_version = '3.5.0 '
200+ def rxhttp_version = '3.5.1 '
201201 implementation 'com.squareup.okhttp3:okhttp:4.12.0'
202202 implementation "com.github.liujingxing.rxhttp:rxhttp:$rxhttp_version"
203203 annotationProcessor "com.github.liujingxing.rxhttp:rxhttp-compiler:$rxhttp_version"
@@ -229,7 +229,7 @@ plugins {
229229}
230230
231231dependencies {
232- def rxhttp_version = '3.5.0 '
232+ def rxhttp_version = '3.5.1 '
233233 implementation 'com.squareup.okhttp3:okhttp:4.12.0'
234234 implementation "com.github.liujingxing.rxhttp:rxhttp:$rxhttp_version"
235235 kapt "com.github.liujingxing.rxhttp:rxhttp-compiler:$rxhttp_version"
@@ -257,11 +257,11 @@ android {
257257}
258258//3、添加插件及依赖
259259plugins {
260- id 'com.google.devtools.ksp' version '2.2.0-2.0.2 '
260+ id 'com.google.devtools.ksp' version '2.3.4 '
261261}
262262
263263dependencies {
264- def rxhttp_version = '3.5.0 '
264+ def rxhttp_version = '3.5.1 '
265265 implementation 'com.squareup.okhttp3:okhttp:4.12.0'
266266 implementation "com.github.liujingxing.rxhttp:rxhttp:$rxhttp_version"
267267 ksp "com.github.liujingxing.rxhttp:rxhttp-compiler:$rxhttp_version"
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ okhttp = "5.1.0"
2424protobufJava = " 4.31.1"
2525recyclerview = " 1.4.0"
2626rxandroid = " 3.0.2"
27- rxhttp = " 3.5.0 "
27+ rxhttp = " 3.5.1 "
2828rxjava = " 3.1.11"
2929rxlifeRxjava3 = " 2.2.2"
3030simpleXml = " 2.7.1"
Original file line number Diff line number Diff line change 1616 <dependency >
1717 <groupId >com.github.liujingxing.rxhttp</groupId >
1818 <artifactId >rxhttp</artifactId >
19- <version >3.5.0 </version >
19+ <version >3.5.1 </version >
2020 </dependency >
2121
2222 <!-- 非必须 RxJava2/RxJava3 二选一或都不选 -->
4848 <path >
4949 <groupId >com.github.liujingxing.rxhttp</groupId >
5050 <artifactId >rxhttp-compiler</artifactId >
51- <version >3.5.0 </version >
51+ <version >3.5.1 </version >
5252 </path >
5353 </annotationProcessorPaths >
5454
You can’t perform that action at this time.
0 commit comments