Adyen / adyen-android

Adyen Android Drop-in and Components
https://docs.adyen.com/checkout/android
MIT License
126 stars 66 forks source link

Proguard rules for 2.0.2 #39

Closed tufyx closed 6 years ago

tufyx commented 6 years ago

Hi,

Could you please provide proguard rules for version 2.0.2 of the SDK? Thanks!

timon-langlotz commented 6 years ago

Hi @tufyx,

We have released version 2.0.3 on jCenter, and we'll shortly release an update here as well with new ProGuard rules. In the meanwhile, you can use these rules here:

-keep class com.adyen.checkout.core.** { *; }
-dontwarn com.adyen.checkout.nfc.**
-dontwarn com.adyen.checkout.googlewallet.**
-dontwarn com.adyen.checkout.wechatpay.**

Regards, Timon