ethanhua / Skeleton

A library provides an easy way to show skeleton loading view like Facebook and Alipay
3.68k stars 457 forks source link

JCenter is Shutting Down #58

Open Barryrowe opened 3 years ago

Barryrowe commented 3 years ago

JCenter is shutting down, and by March 2022 we will no longer be able to pull this library via a gradle depencency.

@ethanhua is there any chance we could have this published to another repository?

https://jfrog.com/blog/into-the-sunset-bintray-jcenter-gocenter-and-chartcenter/

juliagarrigos commented 3 years ago

@ethanhua could you please publish the library in another repository? thanks!

viroth-ty commented 2 years ago

Since JCenter is shutting down, please consider publishing to Maven Central. Thanks

Barryrowe commented 2 years ago

@juliagarrigos @viroth-ty

I am considering forking and publishing to maven central, but haven't had the time to check licensing and set it up.

If you need to get off of jcenter ASAP, you can use jitpack for now

add this to your repositories block

maven { url "https://jitpack.io" }

Use this for your implementation line:

implementation "com.github.ethanhua:Skeleton:ff06517d4629e87328c41a1cce614c490ed7fb51"

This is what we're using for now, and jitpack has already built and cached the artifact. It's been working on our CI server too which I believe has been aggressively warning against jcenter URLs.