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
Hey, I am getting a Failed to resolve error when trying to sync dependencies. Min SDK = 17 targetSDK = 28
have any thoughts on this?
The text was updated successfully, but these errors were encountered:
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!
Sorry, something went wrong.
No branches or pull requests
Hey,
I am getting a Failed to resolve error when trying to sync dependencies.
Min SDK = 17
targetSDK = 28
have any thoughts on this?
The text was updated successfully, but these errors were encountered: