publish_android
Deploy an Android app to Google Play Store via fastlane supply. Set project directory, upload AAB, and choose release track.
Instructions
Publish the app to Google Play Store using fastlane supply. Requires fastlane to be installed and configured.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectDir | Yes | Path to the app project directory (must contain fastlane/ directory) | |
| aabPath | No | Path to the AAB (Android App Bundle) file to upload | |
| track | No | Release track: internal, alpha, beta, production (default: production) |