Skip to content

Commit f16767e

Browse files
committed
specify target platforms for example app build
1 parent 6b75511 commit f16767e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

melos.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ scripts:
4646
build:example_android:
4747
run: |
4848
melos exec -c 1 -- \
49-
"flutter build apk --debug"
49+
"flutter build apk --debug --target-platform=android-arm,android-arm64,android-x64"
5050
description: Build a specific example app for Android.
5151
packageFilters:
5252
dirExists:

0 commit comments

Comments
 (0)