Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save tianhaoz95/47c1897375c1c485f6542dd3853405d1 to your computer and use it in GitHub Desktop.
Save tianhaoz95/47c1897375c1c485f6542dd3853405d1 to your computer and use it in GitHub Desktop.
example script to release app with Flutter version Fastlane plugin
upload_to_play_store(
track: 'alpha',
version_code: flutter_version(),
aab: '../build/app/outputs/bundle/release/app-release.aab',
skip_upload_screenshots: true,
skip_upload_images: true
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment