File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed
Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -66,18 +66,21 @@ You need Java 6 or later.
6666
6767### Snapshots
6868
69- Snapshots are available via [ JFrog ] ( https://oss.jfrog .org/libs-snapshot/ io/reactivex/rxjava3/rxjava/ ) :
69+ Snapshots after May 1st, 2021 are available via https://oss.sonatype .org/content/repositories/snapshots/ io/reactivex/rxjava3/rxjava/
7070
7171``` groovy
7272repositories {
73- maven { url 'https://oss.jfrog .org/libs-snapshot ' }
73+ maven { url 'https://oss.sonatype .org/content/repositories/snapshots ' }
7474}
7575
7676dependencies {
77- compile 'io.reactivex.rxjava3:rxjava:3.0.4 '
77+ implementation 'io.reactivex.rxjava3:rxjava:3.0.0-SNAPSHOT '
7878}
7979```
8080
81+ JavaDoc snapshots are available at http://reactivex.io/RxJava/3.x/javadoc/snapshot
82+
83+
8184## Building
8285
8386To check out and build the RxJava source, issue the following commands:
You can’t perform that action at this time.
0 commit comments