skipUploadAab property

bool skipUploadAab
final

Whether to skip uploading AAB (Android App Bundle) files during publishing.

When true, skips the AAB upload step entirely, useful when only updating metadata or when AAB is already uploaded separately. Default: false

Implementation

final bool skipUploadAab;