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

feat(android): use proguard files #14011

Closed
wants to merge 1 commit into from
Closed

feat(android): use proguard files #14011

wants to merge 1 commit into from

Conversation

m1ga
Copy link
Contributor

@m1ga m1ga commented Mar 20, 2024

Currently you can't use proguard.cfg files during the build process. I've enabled this.proguard = true; for the release build. If there is a proguard.cfg in the app/platform/android/ folder it will set it to proguardConfigFile which is used in the gradle files later.

If there is no file or if you do a test/debug build it behaves the same as before.

I remove the error/exit part. We should add a section in the docs where to put the file if needed.

@m1ga m1ga closed this Mar 21, 2024
@m1ga m1ga deleted the androidProguard branch March 21, 2024 17:53
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

Successfully merging this pull request may close these issues.

None yet

1 participant