From fc91ea75c17ca11a4ad9674eaed59859953a78b9 Mon Sep 17 00:00:00 2001 From: Mike Hardy Date: Thu, 21 Apr 2022 11:56:33 -0500 Subject: [PATCH] build(deps): bump tools version to v6 / 8092744 --- 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 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`