Skip to content

Compare .aab file size and optimize app bundle size #258

Description

@grunt-claude-bot

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)

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions