InfiniteViewPager icon indicating copy to clipboard operation
InfiniteViewPager copied to clipboard

Import using Gradle doesn't work

Open NeedNap opened this issue 9 years ago • 2 comments

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?

NeedNap avatar May 19 '15 08:05 NeedNap

I am having the same issue.

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

This worked for me.

cvongrim avatar May 19 '15 15:05 cvongrim

@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.

SeloSlav avatar Nov 24 '15 01:11 SeloSlav