Update dependencies.md to reference JDK 17 instead of 11#42
Update dependencies.md to reference JDK 17 instead of 11#42jonathanpeppers merged 1 commit intodotnet:mainfrom
Conversation
Supersedes #42. The JDK 21 update was already applied in a prior commit. This change uses 'latest' for cmdline-tools per jonathanpeppers' review suggestion, so it won't go stale as new versions are released. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
511cda2 to
54e5b1f
Compare
There was a problem hiding this comment.
Pull request overview
Updates the Android dependencies installation documentation, specifically the example sdkmanager command used for manually installing SDK components.
Changes:
- Update the
sdkmanagerexample to installcmdline-tools;latestinstead ofcmdline-tools;11.0.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| ```console | ||
| sdkmanager "platforms;android-34" "platform-tools" "build-tools;34.0.0" "emulator" "system-images;android-34;default;x86_64" "cmdline-tools;11.0" --sdk_root=c:\android-sdk | ||
| sdkmanager "platforms;android-34" "platform-tools" "build-tools;34.0.0" "emulator" "system-images;android-34;default;x86_64" "cmdline-tools;latest" --sdk_root=c:\android-sdk | ||
| ``` |
There was a problem hiding this comment.
PR title/description says this update is about referencing JDK 17 instead of 11, but the only change here switches the Android SDK package from cmdline-tools;11.0 to cmdline-tools;latest. Please align the PR metadata with the actual change (or update the doc content about the JDK version if that was the intent).
jonathanpeppers
left a comment
There was a problem hiding this comment.
This was updated to 21 in main, but there is one text change we can add here.
I also updated the command line, so pls correct if that's wrong.
Internal previews