Add devcontainer setup, bump minSdk to 34, rename app to Bong Hit Timer
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"name": "Bong Hit Timer Android",
|
||||
"dockerFile": "Dockerfile",
|
||||
"customizations": {
|
||||
"vscode": {
|
||||
"extensions": [
|
||||
"redhat.vscode-xml",
|
||||
"redhat.vscode-yaml",
|
||||
"felipecaslazana.vscode-android-logcat",
|
||||
"ms-azuretools.vscode-docker"
|
||||
]
|
||||
}
|
||||
},
|
||||
"forwardPorts": [
|
||||
5554,
|
||||
5555
|
||||
],
|
||||
"postCreateCommand": "./gradlew --version"
|
||||
}
|
||||
Reference in New Issue
Block a user