diff --git a/dist/index.js b/dist/index.js index 677f9c0..37a3861 100644 --- a/dist/index.js +++ b/dist/index.js @@ -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`; diff --git a/src/main.ts b/src/main.ts index e8f0f6b..697bef3 100644 --- a/src/main.ts +++ b/src/main.ts @@ -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`