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

Secure keys not available after neabling proguard #83

Closed
1 task done
talaikis opened this issue Oct 21, 2024 · 1 comment
Closed
1 task done

Secure keys not available after neabling proguard #83

talaikis opened this issue Oct 21, 2024 · 1 comment

Comments

@talaikis
Copy link
Contributor

Current behavior

Having proguard -keep class com.package.BuildConfig { *; } works only for public keys. Enqabling proguard, secure keys are not available. Otherwise than that everything works with proguard disabled.

Expected behavior

Should work with proguard enabled.

Platform

  • Android
  • [] iOS

React Native Version

0.75.5

React Native Compressor Version

Reproducible Steps And Demo

  1. add -keep class com.package.BuildConfig { *; } to proguard rules
  2. enable proguard
  3. build release apk (Windows OS)
@talaikis
Copy link
Contributor Author

Closing as duplicate of #71

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

No branches or pull requests

1 participant