firefox-echo-show icon indicating copy to clipboard operation
firefox-echo-show copied to clipboard

R8 and byte-level optimizations should be enabled for release builds

Open colintheshots opened this issue 5 years ago • 0 comments

Vision statement / What / Requirements

All Mozilla Android products should use R8 and byte-level ProGuard optimizations.

Impact

Switching to R8 will significantly improve release build times. https://android-developers.googleblog.com/2018/11/r8-new-code-shrinker-from-google-is.html

Enabling byte-level optimizations will improve application run times.

Acceptance criteria

Both R8 and byte-level optimizations are enabled in release builds.

colintheshots avatar Apr 12 '19 18:04 colintheshots