cesards / SuperImageView

Crop and Rounded Corners added to an ImageView.
MIT License
654 stars 111 forks source link

jcenter is shutting down on May 1 #33

Open jameswald opened 3 years ago

jameswald commented 3 years ago

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

Any chance this artifact can be uploaded to Maven Central before then?

This should supersede #28 due to the shutdown.

henningBunk commented 3 years ago

You should be able to use JitPack since I think a release on MavenCentral is unlikly. See https://jitpack.io/#cesards/SuperImageView/ for how to get started with JitPack.

The JitPack dependency for the 1.0.2.1 is broken though so you have to use a Snapshot or commit hash like
implementation 'com.github.cesards:SuperImageView:ab25db2'