-
Notifications
You must be signed in to change notification settings - Fork 62
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
Library is not syncing #40
Comments
Hi, I think this is because, this dependency is only hosted in jcenter(). And as it is not getting added as a repository source now a days, the dependency is not getting downloaded. I added jcenter ) as a source and it worked. @ashik94vc ,could you please get this listed in mavencentral() or other commonly used sources? |
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 What @nvcoden mentioned is the reason which this issue occurs, and I followed same solution he mentioned in his comment and it worked.
What I did 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()
|
1: Task failed with an exception.
|
after adding the dependency, its not working
The text was updated successfully, but these errors were encountered: