Skip to content

Instantly share code, notes, and snippets.

@PatilShreyas
Last active October 9, 2020 12:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save PatilShreyas/4632d27e7a76ff470ab3abccd4adc5ab to your computer and use it in GitHub Desktop.
Save PatilShreyas/4632d27e7a76ff470ab3abccd4adc5ab to your computer and use it in GitHub Desktop.
desc "Deploy a new version to the Google Play"
lane :production do
gradle(task: "clean bundleRelease")
upload_to_play_store
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment