CthuluHoop
CthuluHoop

Reputation: 136

OSMDroid Bonus Pack - gradle.build error - Failed to Resolve Dependency

I'm attempting to follow the HowToInclude tutorial, however I've run into an issue with the dependency failing to resolve. Specifically, this step:

Then in the build.gradle of your app, add this dependency:

dependencies { ... compile 'com.github.MKergall:osmbonuspack:6.5.1' } and that's it.

Upon trying to sync Gradle I get the following error:

Failed to Resolve: com.github.MKergall:osmbonuspack:6.5.1

Upvotes: 0

Views: 1673

Answers (1)

Andriy
Andriy

Reputation: 805

This issue is answered here. Hopefully osmbonuspack documentation will be improved.

Upvotes: 3

Related Questions