Update cmdline-tools version to 7.0

This commit is contained in:
Vilius Sutkus '89 2022-08-03 15:03:16 +03:00
parent 00dbb341f0
commit 882b1d3cd5
2 changed files with 4 additions and 4 deletions

4
dist/index.js vendored
View file

@ -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`;

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 = '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`