Build tools 29.0.3.

This commit is contained in:
Yang Chen
2020-01-31 11:20:06 +11:00
committed by Yang
parent 128c6a83e1
commit 97f77e3305
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ var __importStar = (this && this.__importStar) || function (mod) {
};
Object.defineProperty(exports, "__esModule", { value: true });
const exec = __importStar(require("@actions/exec"));
const BUILD_TOOLS_VERSION = '29.0.2';
const BUILD_TOOLS_VERSION = '29.0.3';
/**
* Installs & updates the Android SDK for the macOS platform, including SDK platform for the chosen API level, latest build tools, platform tools, Android Emulator,
* and the system image for the chosen API level, CPU arch, and target.