Skip to content
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

Update Proguard rules to remove BouncyCastle class #2271

Merged
merged 1 commit into from
Mar 9, 2020

Conversation

mshafrir-stripe
Copy link
Collaborator

Summary

X509LDAPCertStoreSpi uses a J2SE package that isn't available in
Android. This class isn't needed for 3DS2, so don't keep it in Proguard
rules.

Motivation

Fixes #2268

Testing

Ran lint and manually verified

@mshafrir-stripe mshafrir-stripe changed the base branch from publish to master March 9, 2020 16:31
Summary
`X509LDAPCertStoreSpi` uses a J2SE package that isn't available in
Android. This class isn't needed for 3DS2, so don't keep it in Proguard
rules.

Motivation
Fixes #2268

Testing
Ran lint and manually verified
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Lint error related to bouncy castle on 14.0.0
5 participants