File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -510,7 +510,7 @@ For further details, consult the [wiki](https://github.com/ReactiveX/RxJava/wiki
510
510
- Google Group: [ RxJava] ( http://groups.google.com/d/forum/rxjava )
511
511
- Twitter: [ @RxJava ] ( http://twitter.com/RxJava )
512
512
- [ GitHub Issues] ( https://github.com/ReactiveX/RxJava/issues )
513
- - StackOverflow: [ rx-java] ( http://stackoverflow.com/questions/tagged/rx-java ) and [ rx-java2] ( http://stackoverflow.com/questions/tagged/rx-java2 )
513
+ - StackOverflow: [ rx-java] ( http://stackoverflow.com/questions/tagged/rx-java ) , [ rx-java2] ( http://stackoverflow.com/questions/tagged/rx-java2 ) and [ rx-java3 ] ( http://stackoverflow.com/questions/tagged/rx-java3 )
514
514
- [ Gitter.im] ( https://gitter.im/ReactiveX/RxJava )
515
515
516
516
## Versioning
@@ -571,19 +571,19 @@ and for Ivy:
571
571
572
572
### Snapshots
573
573
574
- Snapshots after May 1st, 2021 are available via https://oss .sonatype.org/content/repositories/ snapshots/io/reactivex/rxjava3/rxjava/
574
+ Snapshots after May 19st, 2025 are available via https://central .sonatype.com/repository/maven- snapshots/io/reactivex/rxjava3/rxjava/
575
575
576
576
``` groovy
577
577
repositories {
578
- maven { url 'https://oss .sonatype.org/content/repositories/ snapshots' }
578
+ maven { url 'https://central .sonatype.com/repository/maven- snapshots' }
579
579
}
580
580
581
581
dependencies {
582
582
implementation 'io.reactivex.rxjava3:rxjava:3.0.0-SNAPSHOT'
583
583
}
584
584
```
585
585
586
- JavaDoc snapshots are available at http ://reactivex.io/RxJava/3.x/javadoc/snapshot
586
+ JavaDoc snapshots are available at https ://reactivex.io/RxJava/3.x/javadoc/snapshot
587
587
588
588
## Build
589
589
You can’t perform that action at this time.
0 commit comments