Add this in your root build.gradle file (not your module build.gradle file):
allprojects {
repositories {
maven { url " }
}
}
Then, add the library to your module build.gradle
dependencies {
implementation 'com.github.chrisbanes:PhotoView:2.3.0'
}