Skip to content
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

Open
stigi opened this issue Jun 29, 2021 · 10 comments
Open

Maven Repo after JCenter shutdown #52

stigi opened this issue Jun 29, 2021 · 10 comments

Comments

@stigi
Copy link

stigi commented Jun 29, 2021

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 the jcenter repository in it's upcoming release: facebook/react-native#31609

Thanks 🙌🙇‍♂️

@stigi
Copy link
Author

stigi commented Jun 29, 2021

Additional context: I believe from react-natives side there's the assumption that jitpick would take over, but version 1.0.4 has build issues on jitpack: https://www.jitpack.io/#yqritc/Android-ScalableVideoView

@AdeilsonESilva
Copy link

Additional context: I believe from react-natives side there's the assumption that jitpick would take over, but version 1.0.4 has build issues on jitpack: https://www.jitpack.io/#yqritc/Android-ScalableVideoView

@stigi some alternative?

@lucis
Copy link

lucis commented Jan 12, 2022

@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 ScalableVideoView version hosted there.

@michaelbayday
Copy link

@yqritc could you please publish this to maven?

@akenger
Copy link

akenger commented Jan 13, 2022

@yqritc Yes this ^. Please publish this to maven instead of JCenter.

@MatrixFrog
Copy link

MatrixFrog commented Jan 16, 2022

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 react-native-video, try changing your dependency in package.json to this:

"react-native-video": "https://github.com/MatrixFrog/react-native-video#11ca8a6799f932a5f24da85dfe68c696ad13a753",

(which just changes react-native-video to depend on my fork of Android-ScalableVideoView)

@MatrixFrog
Copy link

Just noticed I forgot to include the jitpack repo, if the above doesn't work try 4f6dad990d17ce42894df993780b5386a9c11b85 instead of 11ca8a

@lranches-gemini
Copy link

@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?

@MatrixFrog
Copy link

yeah i'm happy to leave them up on my github

@ricardobeat
Copy link

Jitpack is also now dead: jitpack/jitpack.io#5337

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

8 participants