Update commandlinetools version to 9.0 (latest)

https://developer.android.com/studio#command-line-tools-only
This commit is contained in:
Simon Marquis
2023-05-21 12:44:51 +02:00
committed by Vilius Sutkus '89
parent 7c5672355a
commit 899d70efad
3 changed files with 6 additions and 6 deletions

View File

@@ -6,8 +6,8 @@ import * as fs from 'fs'
import * as fse from 'fs-extra'
import * as os from 'os'
const CMDLINE_TOOLS_VERSION = '7.0'
const COMMANDLINE_TOOLS_VERSION = '8512546'
const CMDLINE_TOOLS_VERSION = '9.0'
const COMMANDLINE_TOOLS_VERSION = '9477386'
const COMMANDLINE_TOOLS_WIN_URL = `https://dl.google.com/android/repository/commandlinetools-win-${COMMANDLINE_TOOLS_VERSION}_latest.zip`
const COMMANDLINE_TOOLS_MAC_URL = `https://dl.google.com/android/repository/commandlinetools-mac-${COMMANDLINE_TOOLS_VERSION}_latest.zip`