SuperImageView icon indicating copy to clipboard operation
SuperImageView copied to clipboard

jcenter is shutting down on May 1

Open jameswald opened this issue 4 years ago • 1 comments

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.

jameswald avatar Feb 04 '21 18:02 jameswald

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'

henningBunk avatar Apr 16 '21 15:04 henningBunk