Compare commits

..

No commits in common. "e6ccb7078b17219058dbeffdaea16f6892f3b9a1" and "9850e949c30574bc54f5730ba23b8b88608f91e7" have entirely different histories.

View File

@ -21,8 +21,6 @@ platform :android do
track: 'alpha',
skip_upload_apk: 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
@ -39,8 +37,6 @@ platform :android do
track: "production",
skip_upload_apk: 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