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

Could not GET 'https://jitpack.io/com/github/piasy/GlideImageLoader/1.7.0/GlideImageLoader-1.7.0.pom'. Received status code 401 from server: Unauthorized #210

Closed ToyibNurseha closed 3 years ago

ToyibNurseha commented 3 years ago

When i put the library and sync it, there's no problem, but when i try to run my app this error show, it said i don't have access to read repo

ToyibNurseha commented 3 years ago

sorry my bad, i haven't add the maven,

if you have 2 maven url you should put it like this allprojects { repositories { google() jcenter() maven {url "http://dl.bintray.com/piasy/maven"} maven {url "https://jitpack.io"}
} }