You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@romainpiel Thanks for filing. I was able to reproduce this issue. Based on some investigation, it appears that this class isn't needed [0]. I'll put up a PR to not keep it in Proguard.
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
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
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
Summary
Lint throws an error on Stripe 14.0.0+:
Code to reproduce
I just included a version of the dependency in our build.gradle.
Android version
Any
Impacted devices
Any
Installation method
Gradle
SDK version
14.0.0 (also tried 14.1.0)
Other information
I reported a similar issue a while back, I'm not sure if it's related: #1141
The text was updated successfully, but these errors were encountered: