Reputation: 136
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