-
-
Save PatilShreyas/9678debdfb08983622451ef75c8c9f6d to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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