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 : 1.0.5 #4

Open
lecrane54 opened this issue Aug 11, 2018 · 1 comment
Open

Failed to Resolve : 1.0.5 #4

lecrane54 opened this issue Aug 11, 2018 · 1 comment

Comments

@lecrane54
Copy link

Hey,
I am getting a Failed to resolve error when trying to sync dependencies.
Min SDK = 17
targetSDK = 28

have any thoughts on this?

@Kaniyama-t
Copy link

I had the same trouble as you have.

Would you like to open "build.gradle" that is in app module and see codes in "repositories".
I guess that you can't find this code.

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

If the guess is right, you may resolve this issue for adding this code in area that you watching now.

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

I hope this will help.
Thank you!

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