Piasy / BigImageViewer

Big image viewer supporting pan and zoom, with very little memory usage and full featured image loading choices. Powered by Subsampling Scale Image View, Fresco, Glide, and Picasso. Even with gif and webp support! 🍻
MIT License
3.98k stars 400 forks source link

Wouldn't it be important to stay away from Bintray? #220

Closed AndroidDeveloperLB closed 3 years ago

AndroidDeveloperLB commented 3 years ago

It says we should use :

            url  "https://dl.bintray.com/piasy/maven"

But Bintray, as well as jcenter - will be shut down: https://jfrog.com/blog/into-the-sunset-bintray-jcenter-gocenter-and-chartcenter/

Various repositories already migrated, either to maven-central or to Jitpack.

Please consider migrating too.

ogartaganis commented 3 years ago

I'm not sure if it's related or not, but I'm getting

'http://dl.bintray.com/piasy/maven/com/github/piasy/GlideImageLoader/1.7.1/GlideImageLoader-1.7.1.pom'. Received status code 403 from server: Forbidden

is there an issue already with importing the library?

Piasy commented 3 years ago

@ogartaganis You should use https.

ogartaganis commented 3 years ago

@ogartaganis You should use https.

Thanks for the answer. This was actually a message from Android Studio and I don't control the url. However, the issue was resolved by itself after restarting, false alarm 👍

SmasSive commented 3 years ago

Hi, do you have an ETA when will the library be migrated?

Piasy commented 3 years ago

I'm trying it today.

AndroidDeveloperLB commented 3 years ago

Weird. I use this today without bintray written anywhere:

implementation 'com.github.piasy.BigImageViewer:GlideImageLoader:1.7.1'
Piasy commented 3 years ago

It's available in maven central now, please read the Add the dependencies part carefully.