1 Commits

Author SHA1 Message Date
74b6550822 remove unneeded screenshots
Some checks failed
Build and deploy the backend to production / Build and push image (push) Successful in 1m35s
/ push-to-remote (push) Failing after 12s
Build and deploy the backend to production / Deploy to production (push) Successful in 14s
2024-10-22 11:49:11 +02:00

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