Skip to content

Implementation error #243

New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Open
GhorbaniAli opened this issue Oct 20, 2022 · 1 comment
Open

Implementation error #243

GhorbaniAli opened this issue Oct 20, 2022 · 1 comment

Comments

@GhorbaniAli
Copy link

Could not GET 'https://jitpack.io/com/github/smarteist/autoimageslider/1.4.0-appcompat/autoimageslider-1.4.0-appcompat.pom'. Received status code 401 from server: Unauthorized

@juandspcf-bit
Copy link

the current way of adding 'https://jitpack.io' is by modifing your settings.gradle file as this:

`pluginManagement {
repositories {
gradlePluginPortal()
google()
mavenCentral()
jcenter()

}

}
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
google()
mavenCentral()
jcenter()
maven { url 'https://jitpack.io' }
}
}
rootProject.name = "FotoFrame"
include ':app'`

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants