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
Gradle did not work as well as readme. It works by adding it like this.
compile 'com.github.orangegangsters:library:1.3.4@aar' //CircularBarPager
//this line returns error -> compile 'com.viewpagerindicator:library:2.4.1@aar'
compile 'com.github.JakeWharton:ViewPagerIndicator:2.4.1' // new line for PageIndicator
//Animations and progress value easing
compile 'com.nineoldandroids:library:2.4.0'
compile 'com.daimajia.easing:library:1.0.1@aar'`
The text was updated successfully, but these errors were encountered:
Gradle did not work as well as readme. It works by adding it like this.
The text was updated successfully, but these errors were encountered: