+Snapshots of the development version are available in Sonatype's snapshots repository.
+
+
+```groovy
+repositories {
+ mavenCentral()
+ maven {
+ url 'https://oss.sonatype.org/content/repositories/snapshots/'
+ }
+}
+
+dependencies {
+ implementation 'io.reactivex.rxjava3:rxandroid:3.1.0-SNAPSHOT'
+}
+```
+
+
+
+
## Build
@@ -53,8 +67,6 @@ $ ./gradlew build
Further details on building can be found on the RxJava [Getting Started][start] page of the wiki.
-