We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c34955 commit 133de57Copy full SHA for 133de57
README.md
@@ -43,19 +43,19 @@ Example for Maven:
43
<dependency>
44
<groupId>io.reactivex</groupId>
45
<artifactId>rxandroid</artifactId>
46
- <version>0.22.0</version>
+ <version>0.23.0</version>
47
</dependency>
48
```
49
50
and for Ivy:
51
52
```xml
53
-<dependency org="io.reactivex" name="rxandroid" rev="0.22.0" />
+<dependency org="io.reactivex" name="rxandroid" rev="0.23.0" />
54
55
56
and for Gradle:
57
```groovy
58
-compile 'io.reactivex:rxandroid:0.22.0'
+compile 'io.reactivex:rxandroid:0.23.0'
59
60
61
## Build
0 commit comments