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

[BUG] TransactionEncrypter.java Class is visible after applying the Proguard #9788

Open
sanatshukla-simformsolutions opened this issue Dec 16, 2024 · 0 comments
Labels

Comments

@sanatshukla-simformsolutions
Copy link

sanatshukla-simformsolutions commented Dec 16, 2024

Summary

Why I am able to see the stripe3ds2/security/TransactionEncrypter.java file directly after applying the proguard. Is there any keep rule from your SDK? I am not able to find it from Github repo.

Code to reproduce

I have added only this rules to keep:
-keep class com.stripe.model.Token {;;}
-keep class com.stripe.model.Card.* {;;}
-keep class com.stripe.android.model.Card {;;}

Android version

It doesn't matter as I am checking this into the Android Studio after generating the signed build.

Dependency Versions

implementation 'com.stripe:stripe-android:21.2.0'

Please check the attached screenshot. Also I am not able to see any changes regarding to the proguard into the Pull request and changelogs of mentioned version (21.2.0). Please let me know if I am missing anything.
394279385-72d6d703-53ef-4763-a5ca-8464c8770f1d
394279395-e8169ebc-db61-4d6f-aecb-a465980d612d

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant