-
Notifications
You must be signed in to change notification settings - Fork 236
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Proguard documentation #29
Comments
Thanks for sharing what worked for you. We'll test it out and work on adding it to the documentation. For reference, the PayPal proguard config is available in the PayPal Android SDK repo. |
@eveliotc, thanks for the report. This was fixed in |
With
Is it safe to just ignore missing code with
Or you are expecting us to bundle wallet and devicecollector dependency when using braintree? |
The proguard rules we have currently documented only include |
From this guide: https://developers.braintreepayments.com/guides/client-sdk/android/v2#gradle
With enabled proguard
This is not triggred by the sample project here at the braintree source code, because it also includes Question is: is it safe to ignore |
Yes, just add |
I am still getting the same error as posted above while using proguard. The only dependency, I have included is this one |
That's fine but when I am manually ingoring this in my project proguard file even then it doesn't work. Shall I use this |
The directive you're looking for is actually |
Oh thanks. it looks it works :) On Mon, Oct 24, 2016 at 7:57 PM, Luke Korth notifications@github.com
|
Hey folks,
This SDK gets broken on proguarded builds, We couldn't find any documentation on this matter nor here nor on the website so we ended up including following lines in our configuration, it would be nice to have official docs on it.
The text was updated successfully, but these errors were encountered: