File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ scripts:
2727 - test
2828 test:unit:android :
2929 description : Runs java unit tests
30- run : melos exec -c 1 -- "flutter build apk --debug && cd android && ./gradlew flutter_local_notifications:testDebug"
30+ run : melos exec -c 1 -- "flutter build apk --debug --target-platform=android-arm64,android-x64 && cd android && ./gradlew flutter_local_notifications:testDebug"
3131 packageFilters :
3232 scope : " *example*"
3333 test:unit:windows :
@@ -46,7 +46,7 @@ scripts:
4646 build:example_android :
4747 run : |
4848 melos exec -c 1 -- \
49- "flutter build apk --debug --target-platform=android-arm,android- arm64,android-x64"
49+ "flutter build apk --debug --target-platform=android-arm64,android-x64"
5050 description : Build a specific example app for Android.
5151 packageFilters :
5252 dirExists :
You can’t perform that action at this time.
0 commit comments