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

Import using Gradle doesn't work #31

Open
NeedNap opened this issue May 19, 2015 · 2 comments
Open

Import using Gradle doesn't work #31

NeedNap opened this issue May 19, 2015 · 2 comments

Comments

@NeedNap
Copy link

NeedNap commented May 19, 2015

Hi,
I have followed your readme file to import the library into my project.

I put the dependency statement into build.gradle file:
dependencies {
compile 'com.antonyt.infiniteviewpager:library:1.0.0'
}

When I do the the project sync with Gradle files I get the following error:

Failed to resolve: com.antonyt.infiniteviewpager:library:1.0.0

What can I do to import correctly your library into my project?

@cvongrim
Copy link

I am having the same issue.

Actually in another issue someone suggested https://jitpack.io/#antonyt/InfiniteViewPager/v1.0.0

This worked for me.

@SeloSlav
Copy link

@cvongrim This actually worked for me. Make sure the spelling is correct: compile 'com.github.antonyt:InfiniteViewPager:v1.0.0'. It seems to be CAPS-sensitive.

xxdavid added a commit to xxdavid/InfiniteViewPager that referenced this issue May 29, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants