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

[android, sdk] Fix shrinking rules (again) #7302

Merged
merged 1 commit into from
Jul 30, 2024
Merged

Conversation

charlag
Copy link
Contributor

@charlag charlag commented Jul 30, 2024

The previous ruleset was insufficient as it didn't keep the class members.

We decided to change the approach and not try to minify the library artifact and instead let the application code do it with the help of provided consumer-rules.pro.

This results in only actually used code being retained and simplifies the configuration.

fix #7299

@charlag charlag force-pushed the sdk-android-shrinker-2 branch from 2b6b611 to a687811 Compare July 30, 2024 11:21
@charlag
Copy link
Contributor Author

charlag commented Jul 30, 2024

I forgot one change sorry

This is needed because test on Github might be running on slightly
lower iOS version and it matches our general deployment target.
@charlag charlag force-pushed the sdk-android-shrinker-2 branch from a687811 to c7a3819 Compare July 30, 2024 11:22
@paw-hub paw-hub merged commit c7a3819 into dev-mail Jul 30, 2024
2 checks passed
@paw-hub paw-hub deleted the sdk-android-shrinker-2 branch July 30, 2024 12:36
@paw-hub paw-hub added the state:tested We tested it and are about to release it label Aug 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
state:tested We tested it and are about to release it
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants