RoadRunner icon indicating copy to clipboard operation
RoadRunner copied to clipboard

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

Open nishal opened this issue 9 years ago • 1 comments

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.

nishal avatar Jun 10 '16 04:06 nishal

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" } } }

PGMacDesign avatar Jul 26 '16 15:07 PGMacDesign