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

Use correct maven coordinates in README #219

Closed saket closed 3 years ago

saket commented 3 years ago

It took me a while before realizing why was I unable to add BigImageViewer into my project 😄 .

Piasy commented 3 years ago

I think there must be something else wrong in your project, actually com.github.piasy.BigImageViewer:BigImageViewer:1.7.0 works fine.

saket commented 3 years ago

Interesting. Your bintray repository shows that your group ID is com.github.piasy and not com.github.piasy.BigImageViewer. I wonder why are we seeing different results.

Piasy commented 3 years ago

Please check this PR