We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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'
The text was updated successfully, but these errors were encountered:
thanks
Sorry, something went wrong.
thanks++
In my case, I ended up with adding maven { url "https://jitpack.io" } to settings.gradle.
maven { url "https://jitpack.io" }
settings.gradle
implementation 'com.github.stfalcon-studio:StfalconImageViewer:v1.0.1'
this is also not working for me :(
No branches or pull requests
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'
The text was updated successfully, but these errors were encountered: