Android-Image-Slider
Android-Image-Slider copied to clipboard
Implementation error
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
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'`