Skip to content
Snippets Groups Projects
Commit d764e6d9 authored by Karthik Shetty's avatar Karthik Shetty
Browse files

Update Fastfile

parent 4f5080af
No related branches found
No related tags found
No related merge requests found
...@@ -47,7 +47,7 @@ platform :android do ...@@ -47,7 +47,7 @@ platform :android do
end end
desc "Deploy a new version to the Google Play - Alpha" desc "Deploy a new version to the Google Play - Alpha"
lane :deployToplay do lane :deployToPlaystoreAlpha do
gradle(task: "bundleRelease") gradle(task: "bundleRelease")
upload_to_google_play( upload_to_google_play(
track: "alpha", track: "alpha",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment