braintree / android-card-form

A ready-made card form layout that can be included in your Android app, making it easy to accept credit and debit cards.
MIT License
366 stars 127 forks source link

Proguard support. #11

Closed fodawim closed 8 years ago

fodawim commented 8 years ago

No mention of proguard issues so far, but enabling proguard would fail for me.

Added the following to my proguard rules and all seemed fine.

Might be useful to add to the readme. Note that I do not have card.io imported into the project, so this rule might not work for those with card.io support.

-dontwarn io.card.payment.**

lkorth commented 8 years ago

@fodawim thanks for the letting us know. I've pushed a fix for this to master.