I'm having trouble importing this library: https://github.com/javiersantos/MaterialStyledDialogs
I added the repository to my project build.gradle:
repositories {
jcenter()
maven {
url "https://jitpack.io"
}
}
And added the library to your module build.gradle:
dependencies {
implementation 'com.github.javiersantos:MaterialStyledDialogs:3.0.1'
}
But I get this error, why? i think the issue is because of jcenter, mavencentral or jitpack or such
