Failed to resolve: com.github.Piashsarker:AndroidAppUpdateLibrary:1.0.4
EdgardLevy opened this issue · 2 comments
EdgardLevy commented
I followed the instructions, but i received this gradle build error
Failed to resolve: com.github.Piashsarker:AndroidAppUpdateLibrary:1.0.4
Piashsarker commented
EdgardLevy commented
Now, it's works :-)
i made this change in settings.gradle
dependencyResolutionManagement{
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories{
google()mavenCentral()maven{
url'https://jitpack.io'
}
}
}