Android-Image-Slider icon indicating copy to clipboard operation
Android-Image-Slider copied to clipboard

Implementation error

Open GhorbaniAli opened this issue 3 years ago • 1 comments

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

GhorbaniAli avatar Oct 20 '22 17:10 GhorbaniAli

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'`

juandspcf-bit avatar Oct 26 '22 04:10 juandspcf-bit