18 lines
274 B
JSON
18 lines
274 B
JSON
{
|
|
"version": "2.0.0",
|
|
"tasks": [
|
|
{
|
|
"type": "flutter",
|
|
"command": "flutter",
|
|
"args": [
|
|
"build",
|
|
"apk",
|
|
"--split-per-abi"
|
|
],
|
|
"group": "build",
|
|
"problemMatcher": [],
|
|
"label": "flutter: flutter build apk",
|
|
"detail": "ltx_flutter"
|
|
}
|
|
]
|
|
} |