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

Failed to resolve: com.github.piasy:GlideImageLoader #239

Closed DublikuntMux closed 1 year ago

DublikuntMux commented 1 year ago

Problem

When synchronizing a project with any version of the library.

Gradle config

Import Library

implementation 'com.github.piasy:BigImageViewer:1.8.1' implementation 'com.github.piasy:GlideImageLoader:1.8.1'

Connected repos

repositories { google() mavenCentral() maven { url "https://jitpack.io" } }

Piasy commented 1 year ago

It works fine on my machine, so please check your network.