ERROR: Failed to resolve: com.github.dbachelder:CreditCardEntry:1.4.7
ERROR: Failed to resolve: com.github.dbachelder:CreditCardEntry:1.4.7
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).
Try upgrading to 1.4.9, PRs are welcome!
Issue solved. Suggetion: README should be updated.
I was updated the version to 1.4.9 and the following error has occured: "Program type already present: android.support.v13.view.DragAndDropPermissionsCompat"
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
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)
1.4.7 is back now: https://github.com/jitpack/jitpack.io/issues/3764#event-2197101572
Works fine. Closing this would be nice.
@nimesh7424 ☝️