We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 802ef4b commit 0d63b37Copy full SHA for 0d63b37
README.md
@@ -32,6 +32,7 @@ dependencies {
32
// explicitly depend on RxJava's latest version for bug fixes and new features.
33
// (see https://github.com/ReactiveX/RxJava/releases for latest 3.x.x version)
34
implementation 'io.reactivex.rxjava3:rxjava:3.0.0'
35
+}
36
```
37
38
* RxAndroid: <a href='http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22io.reactivex.rxjava3%22%20a%3A%22rxandroid%22'><img src='http://img.shields.io/maven-central/v/io.reactivex.rxjava3/rxandroid.svg'></a>
0 commit comments