Build tools 37.0.0 (#475)

This commit is contained in:
TÖRÖK Attila
2026-06-16 02:56:06 +02:00
committed by GitHub
parent ae2c4d7c48
commit a917366169
4 changed files with 7 additions and 5 deletions
+1 -1
View File
@@ -39,7 +39,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 = '36.0.0';
const BUILD_TOOLS_VERSION = '37.0.0';
// SDK command-line tools 20.0
const CMDLINE_TOOLS_URL_MAC = 'https://dl.google.com/android/repository/commandlinetools-mac-14742923_latest.zip';
const CMDLINE_TOOLS_URL_LINUX = 'https://dl.google.com/android/repository/commandlinetools-linux-14742923_latest.zip';