Skip to content

Instantly share code, notes, and snippets.

@chan-bo
Created March 15, 2019 03:35
Show Gist options
  • Save chan-bo/325e1e23ea1fc58a2a45caeb3e39f282 to your computer and use it in GitHub Desktop.
Save chan-bo/325e1e23ea1fc58a2a45caeb3e39f282 to your computer and use it in GitHub Desktop.
desc "Deploy app to play store"
lane :deploy do
gradle(
task: 'assemble',
build_type: 'Release'
)
upload_to_play_store(track:'beta')
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment