You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@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
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?
The text was updated successfully, but these errors were encountered: