From 97f77e33056ab06b38260376867d3339feb59cdc Mon Sep 17 00:00:00 2001 From: Yang Chen Date: Fri, 31 Jan 2020 11:20:06 +1100 Subject: [PATCH] Build tools 29.0.3. --- lib/sdk-installer.js | 2 +- src/sdk-installer.ts | 2 +- test-fixture/app/build.gradle | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/sdk-installer.js b/lib/sdk-installer.js index 66a43c40..ea685925 100644 --- a/lib/sdk-installer.js +++ b/lib/sdk-installer.js @@ -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. diff --git a/src/sdk-installer.ts b/src/sdk-installer.ts index 58e2e13c..8a22589e 100644 --- a/src/sdk-installer.ts +++ b/src/sdk-installer.ts @@ -1,6 +1,6 @@ import * as exec from '@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, diff --git a/test-fixture/app/build.gradle b/test-fixture/app/build.gradle index c18b0dd1..08055516 100644 --- a/test-fixture/app/build.gradle +++ b/test-fixture/app/build.gradle @@ -4,7 +4,7 @@ apply plugin: 'kotlin-android-extensions' android { compileSdkVersion 29 - buildToolsVersion "29.0.2" + buildToolsVersion "29.0.3" defaultConfig { applicationId "com.example.testapp"