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 baad331 commit 6da9df3Copy full SHA for 6da9df3
README.md
@@ -579,19 +579,6 @@ dependencies {
579
}
580
```
581
582
-Snapshots before May 1st, 2021 are available via https://oss.jfrog.org/libs-snapshot/io/reactivex/rxjava3/rxjava/
583
-(Note that due to the Sunset of Bintray, our jfrog access has been severed, hence the new snapshot repo above.)
584
-
585
-```groovy
586
-repositories {
587
- maven { url 'https://oss.jfrog.org/libs-snapshot' }
588
-}
589
590
-dependencies {
591
- implementation 'io.reactivex.rxjava3:rxjava:3.0.0-SNAPSHOT'
592
593
-```
594
595
JavaDoc snapshots are available at http://reactivex.io/RxJava/3.x/javadoc/snapshot
596
597
## Build
0 commit comments