jsibbold / zoomage

A simple pinch-to-zoom ImageView library for Android
http://jsibbold.github.io/zoomage
Apache License 2.0
316 stars 77 forks source link

Migrate ASAP! #110

Closed XiXiongMaoXiong closed 3 years ago

XiXiongMaoXiong commented 3 years ago

jCenter is currently deprecated and artifacts can only be downloaded till May of 2021, consider migrating to jitpack or maven central. Your library is already breaking. more info here: https://developer.android.com/studio/build/jcenter-migration

jsibbold commented 3 years ago

Working on finding it a new home, though I believe they have shifted the deadline to February 2022. Current packages should be available until that time.

aberaud commented 3 years ago

Indeed, this was another issue and the file will remain available on jcenter for a while.

XiXiongMaoXiong commented 3 years ago

Working on finding it a new home, though I believe they have shifted the deadline to February 2022. Current packages should be available until that time.

Good luck and thanks for your hard work!

slavzilla commented 3 years ago

Any news regarding this? It is really not necessary to leave jCenter in my project just because of this library

XiXiongMaoXiong commented 3 years ago

Any news regarding this? It is really not necessary to leave jCenter in my project just because of this library

I have some good news on this, they have decided to not delete the projects from JCenter but rather make them Read-Only, but no further updates or writes will be possible. New versions of libraries must choose another place to host.

jsibbold commented 3 years ago

Yeah, the plan is still to move it to maven central, but yes, thankfully, current versions will remain available.

developernotes commented 3 years ago

Hi @jsibbold

Any updates on the plan to move zoomage to Maven Central?

slavzilla commented 3 years ago

Hi, @jsibbold any news? We could help you out if you don't have much time.

jsibbold commented 3 years ago

Still here, still working on it. It's been a rough year. I'll try not to leave you hanging too much longer.

jsibbold commented 3 years ago

v1.3.1 should now be available on Maven Central

DanielGalarza commented 3 years ago

v1.3.1 should now be available on Maven Central

Would you mind updating your README with the new way to pull this dependency, please?

jsibbold commented 3 years ago

README updated, thanks for reminding me