-
Notifications
You must be signed in to change notification settings - Fork 224
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Maven Repo after JCenter shutdown #52
Comments
Additional context: I believe from react-natives side there's the assumption that jitpick would take over, but version |
@stigi some alternative? |
@yqritc I believe you're the one with the right permissions to do that. JCenter/Bintray is expected to shut down to downloads just next month and some libraries use the |
@yqritc could you please publish this to maven? |
@yqritc Yes this ^. Please publish this to maven instead of JCenter. |
I think I've managed to get this working on jitpack: see the last couple of commits at https://github.com/MatrixFrog/Android-ScalableVideoView You can use my fork of this library by following the instructions at https://www.jitpack.io/#MatrixFrog/Android-ScalableVideoView/v1.0.4-jitpack -- please let me know if it works for you! And if you found this issue because you're trying to use
(which just changes react-native-video to depend on my fork of Android-ScalableVideoView) |
Just noticed I forgot to include the jitpack repo, if the above doesn't work try 4f6dad990d17ce42894df993780b5386a9c11b85 instead of 11ca8a |
@MatrixFrog Thanks for your solution as this is the only one that works. What's your plans for this? Do you plan on having the fork for https://github.com/MatrixFrog/Android-ScalableVideoView and https://github.com/MatrixFrog/react-native-video always available till its fixed in the "master" repos? |
yeah i'm happy to leave them up on my github |
Jitpack is also now dead: jitpack/jitpack.io#5337 |
Hello,
The
jcenter
repository is being deprecated and maintainers are advised to move to other repos, such as maven central.Are there plans to publish this library to another repo?
For context:
We are using this library as a dependency of
react-native-video
and React Native is removing thejcenter
repository in it's upcoming release: facebook/react-native#31609Thanks 🙌🙇♂️
The text was updated successfully, but these errors were encountered: