mirror of
https://github.com/reactivecircus/android-emulator-runner.git
synced 2026-09-04 19:29:31 +00:00
Command-line tools 23.0. (#492)
This commit is contained in:
@@ -5,8 +5,8 @@ import * as tc from '@actions/tool-cache';
|
||||
import * as fs from '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`;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user