Compare commits
No commits in common. "e6ccb7078b17219058dbeffdaea16f6892f3b9a1" and "9850e949c30574bc54f5730ba23b8b88608f91e7" have entirely different histories.
e6ccb7078b
...
9850e949c3
@ -21,8 +21,6 @@ platform :android do
|
|||||||
track: 'alpha',
|
track: 'alpha',
|
||||||
skip_upload_apk: true,
|
skip_upload_apk: true,
|
||||||
skip_upload_changelogs: true,
|
skip_upload_changelogs: true,
|
||||||
aab: "build/app/outputs/bundle/release/app-release.aab",
|
|
||||||
# this is the default output of flutter build ... --release (in particular it is relative)
|
|
||||||
)
|
)
|
||||||
end
|
end
|
||||||
|
|
||||||
@ -39,8 +37,6 @@ platform :android do
|
|||||||
track: "production",
|
track: "production",
|
||||||
skip_upload_apk: true,
|
skip_upload_apk: true,
|
||||||
skip_upload_changelogs: true,
|
skip_upload_changelogs: true,
|
||||||
aab: "build/app/outputs/bundle/release/app-release.aab",
|
|
||||||
# this is the default output of flutter build ... --release (in particular it is relative)
|
|
||||||
)
|
)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
Loading…
x
Reference in New Issue
Block a user