From 4a8d233fe6d1ccd613c988232da379b2f79c76c7 Mon Sep 17 00:00:00 2001 From: inorichi Date: Wed, 6 Jun 2018 13:40:38 +0200 Subject: [PATCH] Update build tools --- .travis.yml | 2 +- common.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 346274e84..17d093f61 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,7 @@ language: android android: components: - - build-tools-27.0.2 + - build-tools-27.0.3 - android-27 - extra-android-m2repository - extra-google-m2repository diff --git a/common.gradle b/common.gradle index 9483e701d..887a24741 100644 --- a/common.gradle +++ b/common.gradle @@ -1,6 +1,6 @@ android { compileSdkVersion 27 - buildToolsVersion "27.0.2" + buildToolsVersion "27.0.3" buildTypes { release {