-
Notifications
You must be signed in to change notification settings - Fork 166
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
ERROR: Failed to resolve: com.github.dbachelder:CreditCardEntry:1.4.7 #68
Comments
ERROR: Failed to resolve: com.github.dbachelder:CreditCardEntry:1.4.7 I have met the same issue since I update gradle. (It works on my computer which has 4.6.x but when cloned project to a new computer that gradle updated to 4.10.x, it shows the error). |
Try upgrading to |
Issue solved. |
I was updated the version to 1.4.9 and the following error has occured: |
@SergeyKharuk This library here seems like the old version has been deprecated and removed from central repos (jitpack) maybe that's it has no reference of the old version to the new version in gradle dependency and then your question is that there are some other parts of the library that are upgraded but are still referring to v13. So you have to exclude android support v-13 from the dependency. as it is shown in this answer on StackOverflow |
Solved. |
1.4.7 is back now: jitpack/jitpack.io#3764 (comment) |
Works fine. Closing this would be nice. |
@nimesh7424 ☝️ |
ERROR: Failed to resolve: com.github.dbachelder:CreditCardEntry:1.4.7
The text was updated successfully, but these errors were encountered: