mirror of
https://gitea.com/actions/setup-android.git
synced 2025-12-11 02:47:48 +00:00
Update cmdline-tools version to 7.0
This commit is contained in:
committed by
Vilius Sutkus '89
parent
1ba064a8a2
commit
3d201fcd51
4
dist/index.js
vendored
4
dist/index.js
vendored
@@ -8563,8 +8563,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 = '6.0';
|
||||
const COMMANDLINE_TOOLS_VERSION = '8092744';
|
||||
const CMDLINE_TOOLS_VERSION = '7.0';
|
||||
const COMMANDLINE_TOOLS_VERSION = '8512546';
|
||||
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`;
|
||||
|
||||
@@ -6,8 +6,8 @@ import * as fs from 'fs'
|
||||
import * as fse from 'fs-extra'
|
||||
import * as os from 'os'
|
||||
|
||||
const CMDLINE_TOOLS_VERSION = '6.0'
|
||||
const COMMANDLINE_TOOLS_VERSION = '8092744'
|
||||
const CMDLINE_TOOLS_VERSION = '7.0'
|
||||
const COMMANDLINE_TOOLS_VERSION = '8512546'
|
||||
|
||||
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`
|
||||
|
||||
Reference in New Issue
Block a user