also upload aab #29
@ -21,6 +21,8 @@ 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
|
||||||
|
|
||||||
@ -37,6 +39,8 @@ 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