StfalconImageViewer icon indicating copy to clipboard operation
StfalconImageViewer copied to clipboard

Gradle implementation line is wrong.

Open danc243 opened this issue 3 years ago • 4 comments

Android does not download library with this gradle link implementation 'com.github.stfalcon:stfalcon-imageviewer:v1.0.1'

Use this link. implementation 'com.github.stfalcon-studio:StfalconImageViewer:v1.0.1'

danc243 avatar Sep 14 '21 22:09 danc243

thanks

zahidcataltas avatar Nov 20 '21 22:11 zahidcataltas

thanks++

raphael-dario avatar Jan 12 '22 16:01 raphael-dario

In my case, I ended up with adding maven { url "https://jitpack.io" } to settings.gradle.

hainkyu avatar Feb 26 '22 20:02 hainkyu

implementation 'com.github.stfalcon-studio:StfalconImageViewer:v1.0.1'

this is also not working for me :(

shivarajp avatar Aug 21 '22 07:08 shivarajp