XML error
Tr-reny opened this issue · 4 comments
Tr-reny commented
EngZeeshanAli commented
Did you find any solution?
EngZeeshanAli commented
@Tr-reny just add maven { url 'https://jitpack.io' }
Same like this in settings.gradle
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
google()
mavenCentral()
maven { url 'https://jitpack.io' }
}
}
And this will start working reason is that this library is hosted on jitpack
Tr-reny commented
Thanks for the response.
Everything is working Perfectly Now
Tr-reny commented
@EngZeeshanAli
Thanks