Add devcontainer setup, bump minSdk to 34, rename app to Bong Hit Timer

This commit is contained in:
2026-05-28 22:39:48 -07:00
parent 634e0ae48a
commit b04f197ec2
5 changed files with 55 additions and 2 deletions
+19
View File
@@ -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"
}