Skip to content

Instantly share code, notes, and snippets.

@PatilShreyas
Created October 8, 2020 06:35
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/9678debdfb08983622451ef75c8c9f6d to your computer and use it in GitHub Desktop.
Save PatilShreyas/9678debdfb08983622451ef75c8c9f6d to your computer and use it in GitHub Desktop.
default_platform(:android)
platform :android do
desc "Deploy a beta version to the Google Play"
lane :beta do
gradle(task: "clean bundleRelease")
upload_to_play_store(track: 'beta')
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment