We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a9cb57 commit b1cc83bCopy full SHA for b1cc83b
fastlane/Fastfile
@@ -19,6 +19,7 @@ platform :android do
19
upload_to_play_store(
20
track: "production",
21
sync_image_upload: true,
22
+ skip_upload_apk: true,
23
)
24
end
25
@@ -28,6 +29,7 @@ platform :android do
28
29
30
track: "alpha",
31
32
33
34
35
0 commit comments