无法解析 com.afollestad:easyvideoplayer:0.3.0

Failed to resolve com.afollestad:easyvideoplayer:0.3.0

我正在使用 https://github.com/afollestad/material-camera

正如我所做的那样添加编译'com.afollestad:material-camera:0.4.4'

我报错:

确保将这些行添加到您的 gradle 文件

repositories {
    jcenter()
    maven { url "https://dl.bintray.com/drummer-aidan/maven" }
}