Command-line tools 23.0. (#492)

This commit is contained in:
Yang
2026-08-26 18:30:25 +10:00
committed by GitHub
parent 04335bcf9e
commit ed009f5318
9 changed files with 27 additions and 34 deletions
+2 -2
View File
@@ -40,8 +40,8 @@ const io = __importStar(require("@actions/io"));
const tc = __importStar(require("@actions/tool-cache"));
const fs = __importStar(require("fs"));
const BUILD_TOOLS_VERSION = '37.0.0';
// SDK command-line tools 22.0
const CMDLINE_TOOLS_VERSION = '15859902';
// SDK command-line tools 23.0
const CMDLINE_TOOLS_VERSION = '16111833';
const CMDLINE_TOOLS_URL_MAC = `https://dl.google.com/android/repository/commandlinetools-mac_x86_64-${CMDLINE_TOOLS_VERSION}_latest.zip`;
const CMDLINE_TOOLS_URL_LINUX = `https://dl.google.com/android/repository/commandlinetools-linux-${CMDLINE_TOOLS_VERSION}_latest.zip`;
/**