-
Notifications
You must be signed in to change notification settings - Fork 313
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
Could not HEAD 'https://jitpack.io/com/github/smarteist/autoimageslider/1.4.0/autoimageslider-1.4.0.pom'. Received status code 521 from server: #248
Comments
Here is the solution @Akshanshbhardwaj |
smarties image slider error solve follwe these step :-hello everyone you can resolve this error 👎 Solution 👎 first the set these dependency in gradle in ( setting.gradle) file dependencyResolutionManagement {
} and then add smarties link in gradle dependendies 👎
these are perfect solution |
Thanks it solved the issue |
Thanks too. |
Could not GET 'https://jitpack.io/com/github/smarteist/autoimageslider/1.4.0/autoimageslider-1.4.0.pom'. Received status code 401 from server: Unauthorized |
several changes to how to get this library reference: https://jitpack.io/#smarteist/Android-Image-Slider/1.4.0 |
Thank You it worked:) |
try this |
https://github.com/antwhale/AntwhaleImageSlider Use this library which provides same function like smarteist-autoImageSlider |
Describe the bug
Could not HEAD 'https://jitpack.io/com/github/smarteist/autoimageslider/1.4.0/autoimageslider-1.4.0.pom'. Received status code 521 from server:
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Solution Tried
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
google()
mavenCentral()
maven { url 'https://jitpack.io' }
}
}
The text was updated successfully, but these errors were encountered: