RoadRunner
RoadRunner copied to clipboard
Gradle Error:Could not find com.github.glomadrian:roadrunner:1.0. Required by project
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.
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" } } }