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

Can't implement v1.0.1 via gradle #76

Open
acmeuno opened this issue Aug 19, 2021 · 5 comments
Open

Can't implement v1.0.1 via gradle #76

acmeuno opened this issue Aug 19, 2021 · 5 comments
Labels
bug Something isn't working

Comments

@acmeuno
Copy link

acmeuno commented Aug 19, 2021

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 acmeuno added the bug Something isn't working label Aug 19, 2021
@naltynbekkz
Copy link

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'

@apm-christian-dziuba
Copy link

apm-christian-dziuba commented Aug 25, 2021

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'

@SabinaHaselboeck
Copy link

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

@softsan
Copy link

softsan commented May 1, 2023

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

@Orlandroid
Copy link

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

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

6 participants