skydoves / pokedex-compose

🗡️ Pokedex Compose demonstrates modern Android development with Jetpack Compose, Hilt, Coroutines, Flow, Jetpack (Room, ViewModel), and Material Design based on MVVM architecture.
Apache License 2.0
683 stars 112 forks source link

Optimize images #9

Closed cbeyls closed 4 months ago

cbeyls commented 4 months ago

🎯 Goal

Reduce bundled images file size, remove duplicate and unused images.

🛠 Implementation details

These optimizations further reduce the APK file size by almost 140KB.