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

Release APK Minification Optimisation - Update Keep Rules to Shrink APK Further #3638

Open
qiarie opened this issue Nov 26, 2024 · 0 comments
Assignees

Comments

@qiarie
Copy link
Contributor

qiarie commented Nov 26, 2024

This issue is blocked by issue #3637 - Setup Sentry Authentication for CI/CD for Minified Release APKs.

Incrementally update ProGuard keep rules to further reduce APK size without interfering with app functions.

There is extensive use of wildcard keep rules. With wildcard rules, everything inside the path is retained. This is not optimal and was done as a first iteration to activate shrinking while having the app function as expected.

This requires replacing wildcard keep rules with specific classes and class members while running tests to ensure the app functions properly.

@qiarie qiarie self-assigned this Nov 26, 2024
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