Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Gradle implementation line is wrong. #80

Open
danc243 opened this issue Sep 14, 2021 · 4 comments
Open

Gradle implementation line is wrong. #80

danc243 opened this issue Sep 14, 2021 · 4 comments
Labels
bug Something isn't working

Comments

@danc243
Copy link

danc243 commented Sep 14, 2021

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 danc243 added the bug Something isn't working label Sep 14, 2021
@zahidcataltas
Copy link

thanks

@raphael-dario
Copy link

thanks++

@hainkyu
Copy link

hainkyu commented Feb 26, 2022

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

@shivarajp
Copy link

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

this is also not working for me :(

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

5 participants