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.ncapdevi:frag-nav:3.2.0 jcenter error #252

Open
thawzintoe-codigo opened this issue Oct 31, 2022 · 1 comment
Open

Comments

@thawzintoe-codigo
Copy link

No description provided.

@thawzintoe-codigo thawzintoe-codigo changed the title Failed to resolve: com.ncapdevi:frag-nav:3.3.0 Failed to resolve: com.ncapdevi:frag-nav:3.2.0 jcenter error Nov 1, 2022
@ivettevaldez
Copy link

Adding this maven URL to settings.gradle fixed the issue for me.

dependencyResolutionManagement {
    ...
    repositories {
        ...
        maven { url "https://plugins.gradle.org/m2/" }
    }
}

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

2 participants