We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb4d67e commit 6786ecaCopy full SHA for 6786eca
1 file changed
README.md
@@ -43,12 +43,12 @@ RxHttp是基于OkHttp的二次封装,并于RxJava做到无缝衔接,一条
43
44
```java
45
dependencies {
46
- implementation 'com.rxjava.rxhttp:rxhttp:1.1.7'
47
- annotationProcessor 'com.rxjava.rxhttp:rxhttp-compiler:1.1.7' //注解处理器,生成RxHttp类
+ implementation 'com.rxjava.rxhttp:rxhttp:1.2.0'
+ annotationProcessor 'com.rxjava.rxhttp:rxhttp-compiler:1.2.0' //注解处理器,生成RxHttp类
48
implementation 'com.rxjava.rxlife:rxlife:1.1.0' //页面销毁,关闭请求,非必须
49
50
// if you use kotlin
51
- kapt 'com.rxjava.rxhttp:rxhttp-compiler:1.1.7'
+ kapt 'com.rxjava.rxhttp:rxhttp-compiler:1.2.0'
52
}
53
```
54
0 commit comments