mirror of
https://github.com/fr3ts0n/AndrOBD.git
synced 2026-06-03 11:04:38 -04:00
20 lines
500 B
JSON
20 lines
500 B
JSON
{
|
|
// See https://go.microsoft.com/fwlink/?LinkId=733558
|
|
// for the documentation about the tasks.json format
|
|
"version": "2.0.0",
|
|
"tasks": [
|
|
{
|
|
"label": "Build",
|
|
"type": "shell",
|
|
"command": "gradle assembleDebug",
|
|
"group": "build",
|
|
"problemMatcher": []
|
|
},
|
|
{
|
|
"label": "clean",
|
|
"type": "shell",
|
|
"command": "gradle clean",
|
|
"group": "build"
|
|
}
|
|
]
|
|
} |