vinaygaba / CreditCardView

💳 CreditCardView is an Android library that allows developers to create the UI which replicates an actual Credit Card.
797 stars 143 forks source link

Delete Visa and Mastercard "drawable" image. #36

Closed javichaques closed 6 years ago

javichaques commented 6 years ago

Update Grardle, SDK and libraries. Delete different Visa and Mastercad image

vinaygaba commented 6 years ago

Thank you for taking the time to submit this PR, I really appreciate it!

javichaques commented 6 years ago

I updated the PR with stable version and deleted iml

vinaygaba commented 6 years ago

The TravisCi build is failing for your PR. That's because you will also have to bump up the sdk version in the .travis.yml file. Update this value - https://github.com/vinaygaba/CreditCardView/blob/master/.travis.yml#L19

javichaques commented 6 years ago

I updated .gitginore and travis.yml

vinaygaba commented 6 years ago

Thank you!