play_upload_bundle
Upload a signed Android App Bundle (.aab) to Google Play and get the resulting versionCode, ready to pass to a track release.
Instructions
Upload a signed .aab (Android App Bundle) to Play — the bundle must already be built and signed (e.g. by eas build -p android). Returns the resulting versionCode; pass it to play_release_to_track to actually ship it to a track.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| aab_path | Yes | Local filesystem path to the .aab file |