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

Solved Problem #101

Open
AndroidTutorialsyt opened this issue Jan 30, 2023 · 0 comments
Open

Solved Problem #101

AndroidTutorialsyt opened this issue Jan 30, 2023 · 0 comments

Comments

@AndroidTutorialsyt
Copy link

AndroidTutorialsyt commented Jan 30, 2023

Instead of this code block:

allprojects {
repositories {
maven { url 'https://jitpack.io' }
}
}

Write this code block:

maven { url "https://jitpack.io" }

in settings.gradle file inside dependencyResoultionManagement -> repositories

This will solve your Failed to resolve the dependency problem.

It is requested to @ismaeldivita edit the readme.md file according to this. and in url remember to put double-inverted comma not single.

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

1 participant