-
Notifications
You must be signed in to change notification settings - Fork 220
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
Migration from JCenter #239
Comments
@jakoss Thanks for the reminder. Will do that soon. |
@ncapdevi Any updates on this? Maybe you need help |
Any updates? |
Hi @ncapdevi I understand migration from jcenter() to mavenCentral() is time taking task and you may not have time for it. |
@ncapdevi Any updates on this one? |
For those having issues with JCenter() here's my temporary solution, replace version if needed implementation 'com.github.ncapdevi:FragNav:3.2.0' |
@jtorrestobena interesting, is github hosting gradle package automatically for repository? |
Sorry forgot to mention you need jitpack for this: See here: https://jitpack.io |
@jtorrestobena that is a good idea 👍 Just forked the library and gonna use it on my own git based repo until the library is moved from jcenter |
@jakoss @ncapdevi With all due respect, I think that's kind of easy. |
Not sure why are addressing this to me, but difficulty isn't really an issue. It's main contributor time. But it's not that important now, since jfrog announced that repositories will be hosted as read only indefinitely. |
@jakoss Thank you! |
it's still important. Jcenter is unreliable, it had multiple big outages recently. Many projects do not allow jcenter() repository and jcenter dependencies. Also suggested publishing to jitpack is also not an option for many projects because of it not-secure nature and slow performance. The library should be published to maven central |
Hi @gildor, I would recommend you to fork the library and use it from your own repo, something like this,
|
This is what we are already doing, as I said in my previous message |
For anyone who wants to re-publish this library to your own repository, you can refer to this PR which includes changes to allow propagate start/pause lifecycle events on show/hide of fragment, but also on the same PR we updated publishing config to be compatible with recent Gradle and Android Gradle Plugin. Like:
|
In may this library won't be available from JCenter: https://jfrog.com/blog/into-the-sunset-bintray-jcenter-gocenter-and-chartcenter/
Please migrate this library to some other repository
The text was updated successfully, but these errors were encountered: