glomadrian / RoadRunner

Road Runner is a library for android which allow you to make your own loading animation using a SVG image
1.15k stars 132 forks source link

Gradle Error:Could not find com.github.glomadrian:roadrunner:1.0. Required by project #6

Open nishal opened 8 years ago

nishal commented 8 years ago

Added the repository and aar as instructed, but I get Gradle Error:Could not find com.github.glomadrian:roadrunner:1.0. Required by project

Seems like an awesome library, please help to compile. Btw I'm also using Android Annotations.

PGMacDesign commented 8 years ago

It looks like you added the dependency just fine, but did you add the repository as well?

android { repositories { maven { url "http://dl.bintray.com/glomadrian/maven" } } }