Skip to content

Instantly share code, notes, and snippets.

@shafayathossain
Created December 1, 2021 17:13
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 shafayathossain/c109f5292664d67c958dd742628c2983 to your computer and use it in GitHub Desktop.
Save shafayathossain/c109f5292664d67c958dd742628c2983 to your computer and use it in GitHub Desktop.
Responsible for test, build and upload bundle to firebase app distribution and playstore by calling other private lanes.
desc "Responsible for testing, building and uploading bundle to firebase app distribution and playstore by calling other private lanes."
lane build_and_distribute:
increment_version_code_in_project_gradle()
run_unit_tests()
build()
distribute_to_firebase()
distribute_playstore()
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment