Skip to content

Shrink / minify the app #432

@ghusta

Description

@ghusta

Use build option isMinifyEnabled = true to minify the final APK.

Also add isShrinkResources = true to enable resource shrinking.

AGP will do :

  • Code shrinking (or tree-shaking)
  • Resource shrinking
  • Optimization
  • Obfuscation (or identifier minification)

See: https://developer.android.com/build/shrink-code

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions