StfalconImageViewer icon indicating copy to clipboard operation
StfalconImageViewer copied to clipboard

Can't implement v1.0.1 via gradle

Open acmeuno opened this issue 3 years ago • 5 comments

Github URL has change so Jitpack goes now under implementation 'com.github.stfalcon-studio:StfalconImageViewer:v1.0.1'

Anyway "Could not find com.github.stfalcon-studio:StfalconImageViewer:v1.0.1"

acmeuno avatar Aug 19 '21 14:08 acmeuno

I think you just need to remove the 'v' in the dependency: use implementation 'com.github.stfalcon-studio:StfalconImageViewer:1.0.1' instead of implementation 'com.github.stfalcon-studio:StfalconImageViewer:v1.0.1'

naltynbekkz avatar Aug 23 '21 07:08 naltynbekkz

The readme.md should be fixed. The v bevore the numbers is wrong.

And then add the dependency to the module build.gradle file:

implementation 'com.github.stfalcon:stfalcon-imageviewer:v1.0.1'

apm-christian-dziuba avatar Aug 25 '21 14:08 apm-christian-dziuba

Additionally, if you aren't able to build your project, enable the gradle offline mode and sync your project!

SabinaHaselboeck avatar Feb 04 '22 12:02 SabinaHaselboeck

i am having the same issue.. event without "v" so any ideas?

softsan avatar May 01 '23 19:05 softsan

i remove the v in the librery and i am still getting the sam error

Orlandroid avatar Dec 14 '23 05:12 Orlandroid