Skip to content
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

Open
nimesh7424 opened this issue Feb 16, 2019 · 9 comments
Open

Comments

@nimesh7424
Copy link

ERROR: Failed to resolve: com.github.dbachelder:CreditCardEntry:1.4.7

@niyobobo
Copy link

niyobobo commented Mar 8, 2019

ERROR: Failed to resolve: com.github.dbachelder:CreditCardEntry:1.4.7
Show in Project Structure dialog
Affected Modules: app

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).

@joejensen8
Copy link
Collaborator

Try upgrading to 1.4.9, PRs are welcome!

@niyobobo
Copy link

niyobobo commented Mar 8, 2019

Issue solved.
Suggetion: README should be updated.

@SergeyKharuk
Copy link

I was updated the version to 1.4.9 and the following error has occured:
"Program type already present: android.support.v13.view.DragAndDropPermissionsCompat"

@niyobobo
Copy link

I have updated the version to 1.4.9 and the following error has occurred:
"Program type already present: android.support.v13.view.DragAndDropPermissionsCompat"

@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

https://stackoverflow.com/questions/49553021/program-type-already-present-android-support-v13-view-draganddroppermissionscom

@SergeyKharuk
Copy link

Solved.
I was tried to exclude android support v13 from dependency but it didn't help.
I just updated compileSdkVersion and buildToolsVersion to 28.0.3. That's all)

@BrianOn99
Copy link

1.4.7 is back now: jitpack/jitpack.io#3764 (comment)

@bramski
Copy link

bramski commented Jul 4, 2019

Works fine. Closing this would be nice.

@bramski
Copy link

bramski commented Jul 4, 2019

@nimesh7424 ☝️

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants