I want to add Credit Card Form for my application, my sdk version is 34 and i am using Androidx, i tried using few libraries to get the Card From, but non of these are not working
here are the libraries i tried integrating
implementation 'com.craftman.cardform:cardform:0.0.2'
implementation 'com.github.davidbeloo:creditcardform:1.0.0'
implementation 'com.github.maxpilotto:credit-card-view:$latest_version'
implementation 'com.github.fevziomurtekin:PayView:1.0.4'
implementation 'com.github.sharish:CreditCardView:v1.0.4'
Can anyone explain why these libraries are not working, and also can anyone suggest latest libraries to add credit card view to my application? Thanks in adavance.