SDK Build tools 30.0.2.

This commit is contained in:
Yang
2020-08-15 14:59:27 +10:00
parent d677dca18c
commit 8feb8a564a
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ import * as exec from '@actions/exec';
import * as io from '@actions/io';
import * as fs from 'fs';
const BUILD_TOOLS_VERSION = '30.0.0';
const BUILD_TOOLS_VERSION = '30.0.2';
const CMDLINE_TOOLS_URL_MAC = 'https://dl.google.com/android/repository/commandlinetools-mac-6609375_latest.zip';
const CMDLINE_TOOLS_URL_LINUX = 'https://dl.google.com/android/repository/commandlinetools-linux-6609375_latest.zip';