diff --git a/.travis.yml b/.travis.yml index e259ec35d..01c060cd3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,7 +19,7 @@ android: - tools # The BuildTools version used by your project - - build-tools-28.0.3 + - build-tools-29.0.2 # The SDK version used to compile your project - android-28 diff --git a/app/build.gradle b/app/build.gradle index ebf266451..5042dbe26 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -17,7 +17,7 @@ android { targetCompatibility JavaVersion.VERSION_1_7 } compileSdkVersion 28 - buildToolsVersion '28.0.3' + buildToolsVersion '29.0.2' defaultConfig { applicationId "nodomain.freeyourgadget.gadgetbridge"