CreditCardEntry icon indicating copy to clipboard operation
CreditCardEntry copied to clipboard

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

Open nimesh7424 opened this issue 7 years ago • 9 comments

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

nimesh7424 avatar Feb 16 '19 05:02 nimesh7424

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

niyobobo avatar Mar 08 '19 13:03 niyobobo

Try upgrading to 1.4.9, PRs are welcome!

joejensen8 avatar Mar 08 '19 17:03 joejensen8

Issue solved. Suggetion: README should be updated.

niyobobo avatar Mar 08 '19 17:03 niyobobo

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

SergeyKharuk avatar Mar 11 '19 13:03 SergeyKharuk

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

niyobobo avatar Mar 11 '19 15:03 niyobobo

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)

SergeyKharuk avatar Mar 11 '19 15:03 SergeyKharuk

1.4.7 is back now: https://github.com/jitpack/jitpack.io/issues/3764#event-2197101572

BrianOn99 avatar Mar 13 '19 04:03 BrianOn99

Works fine. Closing this would be nice.

bramski avatar Jul 04 '19 21:07 bramski

@nimesh7424 ☝️

bramski avatar Jul 04 '19 21:07 bramski