romandanylyk / PageIndicatorView

An page indicator for Android ViewPager
4.62k stars 563 forks source link

Release to jitpack or mavenCentral #141

Open Jawnnypoo opened 3 years ago

Jawnnypoo commented 3 years ago

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

So, please consider publishing to Jitpack.io or Maven Central instead. The deadline is May 1st.

EAvallone commented 3 years ago

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

firoze commented 3 years ago

This is already reachable via Jitpack. Beyond that I'd suggest swapping to a different indicator if Maven Central is a dealbreaker.

Jawnnypoo commented 3 years ago

1.0.3 is not available on Jitpack though 😢

firoze commented 3 years ago

You can fetch by commit (for example b1bad58 which was the corresponding commit for 1.0.3) it should be fine.

implementation 'com.github.romandanylyk:PageIndicatorView:b1bad589b5'
anonyimek commented 3 years ago

Maybe I am wrong, but I think that from February 2022 this library is going to end of career because if you open gradle file https://github.com/dm77/barcodescanner/blob/master/build.gradle you can see that the library also depends on jCenter.

mmarczell-graphisoft commented 3 years ago

Here's a working way to fetch 1.0.3 from Jitpack:

implementation 'com.github.romandanylyk:PageIndicatorView:v.1.0.3'
heart commented 3 years ago

Thankyou @mmarczell-graphisoft You saved my life

NunoPalma commented 1 year ago

Any chance of uploading the library to maven?