0

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

CthuluHoop
  • 136
  • 2
  • 15

1 Answers1

3

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

Andriy
  • 707
  • 1
  • 7
  • 16