-
Notifications
You must be signed in to change notification settings - Fork 8
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
Migrate from JCenter to MavenCentral (or another provider) #17
Comments
Hello, Android Developer is also showing the warning that JCenter is going out of service. Thank you for your help Best regards |
I think we will rather use JitPack. Seems way easier to use and maintain? |
Thanks for your answer. |
Any progress on this? We got an issue here: X-Guard/react-native-flic2#27 JCenter is already not serving it anymore? Seems offline indeed: https://jcenter.bintray.com/io/flic/flic2lib-android/1.1.0/flic2lib-android-1.1.0.aar |
I modified the README with instructions on how to use JitPack instead, which seems to be working fine. It automatically builds and hosts the needed files directly from the GitHub repo, which I think is pretty nice. |
Your instructions worked perfectly. |
JFrog announced that they'll be shutting down JCenter:
https://jfrog.com/blog/into-the-sunset-bintray-jcenter-gocenter-and-chartcenter/
Key dates are:
March 31st: JCenter stopped accepting new uploades
May 1st: JCenter API and web UI will no longer be available
February 1st, 2022: JCenter will stop allowing downloads
Android Studio warns developers that "JCenter is at end of life" and prompts them to remove
jcenter()
from theirbuild.gradle
files.Moving to MavenCentral is fairly easy - see https://central.sonatype.org/publish/
The text was updated successfully, but these errors were encountered: