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 {