-
-
Notifications
You must be signed in to change notification settings - Fork 275
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
Could not resolve dev.dworks.libs:volleyplus:+ #76
Comments
do you have this part in your build.gradle file? In the project level gradle file?
|
try unchecking the "offline work" gradle settings |
jcenter is going away... |
Yeah I have this in my project level gradle file |
Have you got any solution ? |
@IDFDeveloper Have you tried specifying the version instead of using the + ? This worked for me. implementation 'dev.dworks.libs:volleyplus:0.1.4' |
Hi, |
Here is how I resolved it:
If you have similar issue with other libraries, it's because jcenter has closed, so you need to check jitpack repository for example (or any other repo), copy the library github link and see what tags are available to you |
Hi @Herz3h , |
Unable to resolve dependency for ':RunSoft.SmartCitySys@rsspcyDebug/compileClasspath': Could not resolve dev.dworks.libs:volleyplus:+.
Could not resolve dev.dworks.libs:volleyplus:+.
Required by:
project :RunSoft.SmartCitySys
The text was updated successfully, but these errors were encountered: