-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
i can't build #895
Comments
I used this dependency on a few of my projects a few years back and recently needed it back. So I also came up with the same issue which Library is not syncing Maybe this is because, this dependency is only hosted in jcenter(). And as it is not getting added as a repository source, the dependency is not getting downloaded. What I did to resolve my Issue was I added jcenter() above the mavencentral() in the below shown places in my settings.gradle (Project Settings) which was written in Groovy. By doing this, it will change the priority to jcenter() before mavencentral()
|
@devin1996 Is this solution still working? |
No description provided.
The text was updated successfully, but these errors were encountered: