Merge pull request #3943 from junbinhe/patch-1

Update devcontainer.json
This commit is contained in:
RustDesk 2023-04-06 12:57:54 +08:00 committed by GitHub
commit 292d44a7e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,7 +10,7 @@
"features": { "features": {
"ghcr.io/devcontainers/features/java:1": {}, "ghcr.io/devcontainers/features/java:1": {},
"ghcr.io/akhildevelops/devcontainer-features/android-cli:latest": { "ghcr.io/akhildevelops/devcontainer-features/android-cli:latest": {
"PACKAGES": "platform-tools,ndk;22.1.7171670" "PACKAGES": "platform-tools,ndk;23.2.8568313"
} }
}, },
"customizations": { "customizations": {
@ -31,4 +31,4 @@
} }
} }
} }
} }