DroidKaigi / conference-app-2021

The Official App for DroidKaigi 2021
https://droidkaigi.jp/
Apache License 2.0
640 stars 182 forks source link

Enable R8 for release builds #742

Closed mxalbert1996 closed 2 years ago

mxalbert1996 commented 2 years ago

Overview (Required)

Enabling R8 optimization is strongly recommended for Jetpack Compose and there are significant performance differences between un-optimized builds and optimized builds (source). Enabling R8 shrinked the APK size from 14.0M to 4.4M and reduced first launch time by ~20% in my local test. There doesn't seem to be any problems with serialization after enabling R8.

takahirom commented 2 years ago

I thought I had it enabled, but hadn't! Thanks for finding this🙏