OSMDroid Bonus Pack - gradle.build 错误 - 无法解决依赖关系

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

我正在尝试按照 HowToInclude 教程进行操作,但是我 运行 遇到了依赖项无法解决的问题。具体来说,这一步:

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

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

尝试同步 Gradle 时出现以下错误:

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

此问题已得到解答 。希望 osmbonuspack 文档得到改进。