mirror of
https://gitea.com/actions/setup-android.git
synced 2025-12-14 20:36:55 +00:00
Update commandlinetools version to 9.0 (latest)
https://developer.android.com/studio#command-line-tools-only
This commit is contained in:
committed by
Vilius Sutkus '89
parent
7c5672355a
commit
899d70efad
4
dist/index.js
vendored
4
dist/index.js
vendored
@@ -9696,8 +9696,8 @@ const path = __importStar(__nccwpck_require__(1017));
|
||||
const fs = __importStar(__nccwpck_require__(7147));
|
||||
const fse = __importStar(__nccwpck_require__(5630));
|
||||
const os = __importStar(__nccwpck_require__(2037));
|
||||
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`;
|
||||
const COMMANDLINE_TOOLS_LIN_URL = `https://dl.google.com/android/repository/commandlinetools-linux-${COMMANDLINE_TOOLS_VERSION}_latest.zip`;
|
||||
|
||||
Reference in New Issue
Block a user