Skip to content

Commit 6786eca

Browse files
更新README.md
1 parent bb4d67e commit 6786eca

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,12 +43,12 @@ RxHttp是基于OkHttp的二次封装,并于RxJava做到无缝衔接,一条
4343

4444
```java
4545
dependencies {
46-
implementation 'com.rxjava.rxhttp:rxhttp:1.1.7'
47-
annotationProcessor 'com.rxjava.rxhttp:rxhttp-compiler:1.1.7' //注解处理器,生成RxHttp类
46+
implementation 'com.rxjava.rxhttp:rxhttp:1.2.0'
47+
annotationProcessor 'com.rxjava.rxhttp:rxhttp-compiler:1.2.0' //注解处理器,生成RxHttp类
4848
implementation 'com.rxjava.rxlife:rxlife:1.1.0' //页面销毁,关闭请求,非必须
4949

5050
// if you use kotlin
51-
kapt 'com.rxjava.rxhttp:rxhttp-compiler:1.1.7'
51+
kapt 'com.rxjava.rxhttp:rxhttp-compiler:1.2.0'
5252
}
5353
```
5454

0 commit comments

Comments
 (0)