Skip to content

Update SDK command-line tools to version 22.0 - #483

Open
JordanLongstaff wants to merge 3 commits into
ReactiveCircus:mainfrom
JordanLongstaff:cmdline-tools-latest
Open

Update SDK command-line tools to version 22.0#483
JordanLongstaff wants to merge 3 commits into
ReactiveCircus:mainfrom
JordanLongstaff:cmdline-tools-latest

Conversation

@JordanLongstaff

Copy link
Copy Markdown

Resolves #482

Comment thread src/sdk-installer.ts Outdated
const CMDLINE_TOOLS_URL_LINUX = 'https://dl.google.com/android/repository/commandlinetools-linux-14742923_latest.zip';
// SDK command-line tools 22.0
const CMDLINE_TOOLS_VERSION = '15859902';
const CMDLINE_TOOLS_URL_MAC = `https://dl.google.com/android/repository/commandlinetools-mac-${CMDLINE_TOOLS_VERSION}_latest.zip`;

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The correct url is https://dl.google.com/android/repository/commandlinetools-mac_x86_64-${CMDLINE_TOOLS_VERSION}_latest.zip

@ychescale9

Copy link
Copy Markdown
Member

Thanks for the contribution. Could you run npm run build to update the .js file?

Updated SDK command-line tools version and URLs for macOS and Linux.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

API 37.0 support

2 participants