From 882b1d3cd5e060cb3b5dd0b1d9487905adae2935 Mon Sep 17 00:00:00 2001 From: Vilius Sutkus '89 Date: Wed, 3 Aug 2022 15:03:16 +0300 Subject: [PATCH] Update cmdline-tools version to 7.0 --- dist/index.js | 4 ++-- src/main.ts | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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`