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
510510- Google Group: [ RxJava] ( http://groups.google.com/d/forum/rxjava )
511511- Twitter: [ @RxJava ] ( http://twitter.com/RxJava )
512512- [ 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 )
514514- [ Gitter.im] ( https://gitter.im/ReactiveX/RxJava )
515515
516516## Versioning
@@ -571,19 +571,19 @@ and for Ivy:
571571
572572### Snapshots
573573
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/
575575
576576``` groovy
577577repositories {
578- maven { url 'https://oss .sonatype.org/content/repositories/ snapshots' }
578+ maven { url 'https://central .sonatype.com/repository/maven- snapshots' }
579579}
580580
581581dependencies {
582582 implementation 'io.reactivex.rxjava3:rxjava:3.0.0-SNAPSHOT'
583583}
584584```
585585
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
587587
588588## Build
589589
You can’t perform that action at this time.
0 commit comments