mozilla-mobile / firefox-tv

Firefox for Amazon's Fire TV
https://blog.mozilla.org/blog/2017/12/20/firefox-is-now-on-amazon-fire-tv-happy-holiday-watching/
Mozilla Public License 2.0
254 stars 108 forks source link

Use built-in optimized proguard config #3018

Open mcomella opened 4 years ago

mcomella commented 4 years ago

Currently we're using the default proguard config which does not optimize. We should used the optimized version, similar to: https://searchfox.org/mozilla-mobile/rev/c568977e7c3d7b7986c4af65b17e6f1c0e2f89bf/fenix/app/build.gradle#46 (but without a custom file).