Skip to content
New issue

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 #150

Open
Namratha1083 opened this issue Aug 30, 2024 · 3 comments
Open

Failed to resolve: com.romandanylyk:pageindicatorview:1.0.3 #150

Namratha1083 opened this issue Aug 30, 2024 · 3 comments

Comments

@Namratha1083
Copy link

Failed to resolve: com.romandanylyk:pageindicatorview:1.0.3

@Namratha1083 Namratha1083 changed the title Failed to resolve Failed to resolve: com.romandanylyk:pageindicatorview:1.0.3 Aug 30, 2024
@sampada3005
Copy link

facing same issue

@yjtyujie
Copy link

yjtyujie commented Sep 12, 2024

See #141

People are noticing it now because jcenter is down for good this time, since 15th Aug
https://jfrog.com/blog/jcenter-sunset/

@stevenbenitez
Copy link

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")

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

No branches or pull requests

4 participants