We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Failed to resolve: com.romandanylyk:pageindicatorview:1.0.3
The text was updated successfully, but these errors were encountered:
facing same issue
Sorry, something went wrong.
See #141
People are noticing it now because jcenter is down for good this time, since 15th Aug https://jfrog.com/blog/jcenter-sunset/
JCenter was shut down. The dependency is available on JitPack though.
Remove jcenter from your repositories block and make sure you have the following in your settings.gradle.kts:
dependencyResolutionManagement { ... repositories { ... maven { url = uri("https://jitpack.io") } } }
Then, update your dependency from:
implementation("com.romandanylyk:pageindicatorview:1.0.1")
to
implementation("com.github.romandanylyk:PageIndicatorView:v1.0.1")
No branches or pull requests
Failed to resolve: com.romandanylyk:pageindicatorview:1.0.3
The text was updated successfully, but these errors were encountered: