diff --git a/dist/index.js b/dist/index.js index 3a4bc04..09dbe50 100644 --- a/dist/index.js +++ b/dist/index.js @@ -8496,8 +8496,8 @@ var __awaiter = (undefined && undefined.__awaiter) || function (thisArg, _argume -const CMDLINE_TOOLS_VERSION = '3.0'; -const COMMANDLINE_TOOLS_VERSION = '6858069'; +const CMDLINE_TOOLS_VERSION = '6.0'; +const COMMANDLINE_TOOLS_VERSION = '8092744'; 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 95bd9ba..14d5dbb 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 = '3.0' -const COMMANDLINE_TOOLS_VERSION = '6858069' +const CMDLINE_TOOLS_VERSION = '6.0' +const COMMANDLINE_TOOLS_VERSION = '8092744' 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`