-
Notifications
You must be signed in to change notification settings - Fork 549
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
Fix release build of Android #7299
Labels
state:tested
We tested it and are about to release it
Milestone
Comments
some methods were not found still |
charlag
added a commit
that referenced
this issue
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
Closed via #7302 |
rezbyte
pushed a commit
that referenced
this issue
Aug 2, 2024
rezbyte
pushed a commit
that referenced
this issue
Aug 2, 2024
rezbyte
pushed a commit
that referenced
this issue
Aug 6, 2024
murilopereirame
pushed a commit
that referenced
this issue
Aug 8, 2024
domesticated-raptor
pushed a commit
that referenced
this issue
Aug 15, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Android app fails to build because of the code shrinking that was applied to SDK code too aggressively.
The text was updated successfully, but these errors were encountered: