This is in relation to antonyt's InfiniteViewPager: https://github.com/antonyt/InfiniteViewPager
I have no idea why this isn't building in Android Studio and the issues page on his repo is not very helpful at the moment.
I added the following dependency:
dependencies {
compile 'com.antonyt.infiniteviewpager:library:1.0.0'
}
And I have the following repositories connected:
repositories {
mavenCentral()
maven { url "https://jitpack.io" }
}
What's going on here?