Skip to content

Commit 6da9df3

Browse files
authored
Remove obsolete JFrog references in README.md (#7519)
1 parent baad331 commit 6da9df3

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

README.md

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -579,19 +579,6 @@ dependencies {
579579
}
580580
```
581581

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-
595582
JavaDoc snapshots are available at http://reactivex.io/RxJava/3.x/javadoc/snapshot
596583

597584
## Build

0 commit comments

Comments
 (0)