From ff84945c2b8ac41fddf1e608ca3b6050ac8d9387 Mon Sep 17 00:00:00 2001 From: Marcel Schnelle Date: Tue, 9 Jan 2018 10:51:00 +0900 Subject: [PATCH] Update to Build Tools 27.0.3 --- .travis.yml | 2 +- gradle.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 61f5f6f9..86b9e3a7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,7 +9,7 @@ env: android: components: - - build-tools-27.0.1 + - build-tools-27.0.3 jdk: - oraclejdk8 diff --git a/gradle.properties b/gradle.properties index 3cc44b7b..5bc97725 100644 --- a/gradle.properties +++ b/gradle.properties @@ -48,7 +48,7 @@ KOTLIN_VERSION = 1.2.0 # !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! # Android Environment (common) COMPILE_SDK_VERSION = android-27 -BUILD_TOOLS_VERSION = 27.0.1 +BUILD_TOOLS_VERSION = 27.0.3 TARGET_SDK_VERSION = 27 # Android Environment (sample)