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

Update Fastfile

parent b8238861
Branches
No related tags found
No related merge requests found
...@@ -56,6 +56,7 @@ platform :android do ...@@ -56,6 +56,7 @@ platform :android do
aab: "app/build/outputs/bundle/release/app-release.aab", aab: "app/build/outputs/bundle/release/app-release.aab",
skip_upload_metadata: true, # Set to false if you want to upload metadata (e.g., changelog) skip_upload_metadata: true, # Set to false if you want to upload metadata (e.g., changelog)
skip_upload_images: true, # Set to false if you want to upload screenshots, feature graphics, etc. skip_upload_images: true, # Set to false if you want to upload screenshots, feature graphics, etc.
skip_upload_apk: true
) )
end end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment