diff --git a/.travis.yml b/.travis.yml index 1cc5597e4..5b83efa8c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,7 +2,7 @@ dist: trusty language: android android: components: - - build-tools-29.0.2 + - build-tools-29.0.3 - android-27 - extra-android-m2repository - extra-google-m2repository diff --git a/common.gradle b/common.gradle index 78133443d..cffedb218 100644 --- a/common.gradle +++ b/common.gradle @@ -1,6 +1,6 @@ android { compileSdkVersion 27 - buildToolsVersion '29.0.2' + buildToolsVersion '29.0.3' buildTypes { release {