From cd418889470f42b1461a30f7eaf4202672c2c199 Mon Sep 17 00:00:00 2001 From: Yang Date: Tue, 12 Jul 2022 18:38:58 +1000 Subject: [PATCH] Check in missing compiled js file. --- lib/sdk-installer.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/sdk-installer.js b/lib/sdk-installer.js index 6fca04e3e..219f9c01c 100644 --- a/lib/sdk-installer.js +++ b/lib/sdk-installer.js @@ -34,7 +34,7 @@ const exec = __importStar(require("@actions/exec")); const io = __importStar(require("@actions/io")); const tc = __importStar(require("@actions/tool-cache")); const fs = __importStar(require("fs")); -const BUILD_TOOLS_VERSION = '32.0.0'; +const BUILD_TOOLS_VERSION = '33.0.0'; const CMDLINE_TOOLS_URL_MAC = 'https://dl.google.com/android/repository/commandlinetools-mac-8512546_latest.zip'; const CMDLINE_TOOLS_URL_LINUX = 'https://dl.google.com/android/repository/commandlinetools-linux-8512546_latest.zip'; /**