You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.
Currently, to define our minification rules we use a proguard-rules.pro file, which is error-prone because it needs to be manually updated with every release (e.g. #8944) and it's not directly connected with the code, making it easier to forget to include classes that need to be tracked.
Instead, we should explore replacing all or some of those rules with the @Keep annotation, which gets attached to its target and it's easier to update incrementally.
Currently, to define our minification rules we use a
proguard-rules.pro
file, which is error-prone because it needs to be manually updated with every release (e.g. #8944) and it's not directly connected with the code, making it easier to forget to include classes that need to be tracked.Instead, we should explore replacing all or some of those rules with the
@Keep
annotation, which gets attached to its target and it's easier to update incrementally.cc: @tobrun @Guardiola31337
The text was updated successfully, but these errors were encountered: