Skip to content

Commit

Permalink
Tests: Actually test specifying a specific SDK version.
Browse files Browse the repository at this point in the history
  • Loading branch information
filiphsps committed Dec 11, 2023
1 parent 9a87099 commit d2dc218
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/android-sdk/devcontainer-feature.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "Android SDK",
"id": "android-sdk",
"version": "1.1.0",
"description": "Install Android SDK cmdline-, platform-, and, build-tools",
"description": "Install Android SDK `cmdline-tools`, `platform-tools`, and, `build-tools`.",
"containerEnv": {
"ANDROID_HOME": "/usr/local/lib/android",
"ANDROID_SDK_ROOT": "$ANDROID_HOME",
Expand Down
2 changes: 1 addition & 1 deletion test/android-sdk/scenarios.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"image": "mcr.microsoft.com/devcontainers/base:ubuntu",
"features": {
"android-sdk": {
"platform": "34"
"platform": "32"
}
}
}
Expand Down

0 comments on commit d2dc218

Please sign in to comment.