AAB to APK with Bundletool
Version updated for https://github.com/roberteggl/bundletool-action to version v1.0.0.
- This action is used across all versions by ? repositories.
Action Type
This is a Node action using Node version 24.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The Bundletool Action is a GitHub Action that automates the conversion of Android App Bundles (.aab) to APKs using Google’s bundletool. It automatically downloads and caches bundletool with version pinning, supports both universal APK generation and device-specific APK extraction, provides optional APK signing from a keystore path or base64 GitHub Secret, and includes features like dry-run and verbose logging. The action validates configuration inputs and masks secrets in logs for enhanced security.
What’s Changed
1.0.0 - 2026-07-19
⚙️ Miscellaneous Tasks
- Add workflow steps to build and assert signed universal APK from AAB - by @roberteggl (66e9a73)
- Update README and SECURITY documentation for version 1.x and adjust CI workflow for keystore location - by @roberteggl (ed2f108)
- Update version to 1.0.0 in package.json and adjust release instructions in AGENTS.md - by @roberteggl (64713a9)
Full Changelog: https://github.com/roberteggl/bundletool-action/compare/v0.1.3...v1.0.0