Skip to content

Commit 7b65cb4

Browse files
feat: add devcontainer configuration with Android SDK support
1 parent 874a487 commit 7b65cb4

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.devcontainer/devcontainer.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"image": "mcr.microsoft.com/devcontainers/universal:2",
3+
"features": {
4+
"ghcr.io/nordcominc/devcontainer-features/android-sdk:1": {}
5+
}
6+
}

0 commit comments

Comments
 (0)