## Goal Compare the current release `.aab` file size against previous builds/baseline, identify what's driving size, and implement optimizations to reduce it. ## Tasks - [ ] Build the current release `.aab` and record its size - [ ] Compare against a prior baseline (previous release / previous tag) to quantify growth - [ ] Use the Android Studio APK/AAB Analyzer (or `bundletool`) to break down size by module/resource/library - [ ] Identify top contributors (e.g. native libs, unused resources, duplicate/oversized assets, unneeded dependencies) - [ ] Implement optimizations (e.g. resource shrinking, ABI splits, removing unused libs, enabling R8/minify where applicable, image/asset compression) - [ ] Re-measure `.aab` size after changes and document the improvement ## Due date 2026-08-13 (2 weeks out)
Goal
Compare the current release
.aabfile size against previous builds/baseline, identify what's driving size, and implement optimizations to reduce it.Tasks
.aaband record its sizebundletool) to break down size by module/resource/library.aabsize after changes and document the improvementDue date
2026-08-13 (2 weeks out)