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.
2 parents bd66849 + 6c6386b commit 8568503Copy full SHA for 8568503
README.md
@@ -31,14 +31,19 @@ Example for Maven:
31
<dependency>
32
<groupId>io.reactivex</groupId>
33
<artifactId>rxandroid</artifactId>
34
- <version>0.22</version>
+ <version>0.22.0</version>
35
</dependency>
36
```
37
38
and for Ivy:
39
40
```xml
41
-<dependency org="io.reactivex" name="rxandroid" rev="0.22" />
+<dependency org="io.reactivex" name="rxandroid" rev="0.22.0" />
42
+```
43
+
44
+and for Gradle:
45
+```groovy
46
+compile 'io.reactivex:rxandroid:0.22.0'
47
48
49
## Build
0 commit comments