PageIndicatorView icon indicating copy to clipboard operation
PageIndicatorView copied to clipboard

Release to jitpack or mavenCentral

Open Jawnnypoo opened this issue 5 years ago • 8 comments

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.

Jawnnypoo avatar Feb 04 '21 19:02 Jawnnypoo

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

EAvallone avatar Mar 23 '21 14:03 EAvallone

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

firoze avatar Apr 29 '21 22:04 firoze

1.0.3 is not available on Jitpack though 😢

Jawnnypoo avatar Apr 30 '21 00:04 Jawnnypoo

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'

firoze avatar Apr 30 '21 10:04 firoze

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.

anonyimek avatar Sep 02 '21 13:09 anonyimek

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

implementation 'com.github.romandanylyk:PageIndicatorView:v.1.0.3'

mmarczell-graphisoft avatar Sep 16 '21 10:09 mmarczell-graphisoft

Thankyou @mmarczell-graphisoft You saved my life

heart avatar Oct 01 '21 10:10 heart

Any chance of uploading the library to maven?

NunoPalma avatar Dec 22 '22 13:12 NunoPalma