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

Gradle error #8

Open
metes opened this issue Jan 20, 2017 · 2 comments
Open

Gradle error #8

metes opened this issue Jan 20, 2017 · 2 comments

Comments

@metes
Copy link

metes commented Jan 20, 2017

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'`
@daespark
Copy link
Contributor

have you added these lines?

allprojects {
    repositories {
        maven { url 'http://dl.bintray.com/populov/maven/' }
        jcenter()
    }
}

@alifattahi
Copy link

although I added maven and jcenter repositories I have the same problem.

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