-
-
Notifications
You must be signed in to change notification settings - Fork 765
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
Bintray is shutting down on February 1st, 2022. Move to maven central by then. #703
Comments
Yes, i'm aware of this. Looks like we have until Feb 1st, 2022 to take action. |
Hey, @PierfrancescoSoffritti Any update for the new release with mavencentral? |
not yet, there is still plenty of time |
This became the blocker for me for dropping jcenter, so for anyone else who's interested, you can use jitpack for consuming this library as well. e.g.: - implementation 'com.pierfrancescosoffritti.androidyoutubeplayer:core:10.0.5'
+ implementation 'com.github.PierfrancescoSoffritti.android-youtube-player:core:10.0.5' |
@arkon Why was it urgent for you to drop jcenter? |
Not urgent; I just generally try to complete migrations ASAP so that we can avoid last minute issues. I'd still be interested in consuming the library via Maven Central if possible. |
sure, thanks for letting me know :) |
Thanks man its working in mavenCentral |
When I try to
I have already disabled my Gradle 'offline mode' though. Or can someone share a working maven configuration to put in gradle file? If I don't use the following configuration with the
If I remove
But now I am struggling with the 401 error that I shared at the start of this comment. If anyone is able to help it will be great! Thanks. |
As per my comment, it's from the JitPack repository, not Maven Central. |
You can read more here https://jitpack.io/ |
Thanks @arkon & @PierfrancescoSoffritti for the prompt response, it really helps and works like a charm!! |
Hi everyone, thanks for your patience. Version 11.0.0 is out and now the library is available on MavenCentral :) |
This worked for me.
Thanks |
Why use an old version from jitpack instead of latest from maven? |
Could you consider publishing the existing artifacts to Maven Central?
cf. https://jfrog.com/blog/into-the-sunset-bintray-jcenter-gocenter-and-chartcenter/
The text was updated successfully, but these errors were encountered: