Add it in your root build.gradle at the end of repositories:
allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
maven { url 'https://maven.google.com' }
}
}
dependencies {
compile 'com.github.xieguangwei:MyCustomExoPlayer:1.4'
}