From 045c0840e3fb31bc03b8115fa4d3a7d1319ccd23 Mon Sep 17 00:00:00 2001 From: cpfeiffer Date: Sat, 29 Sep 2018 00:01:53 +0200 Subject: [PATCH] Update build-tools to 28.0.2 --- .travis.yml | 2 +- app/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index cf293dad1..616bc59d9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,7 +16,7 @@ android: - tools # The BuildTools version used by your project - - build-tools-27.0.3 + - build-tools-28.0.2 # The SDK version used to compile your project - android-27 diff --git a/app/build.gradle b/app/build.gradle index 9ab629e63..d48ca5237 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -17,7 +17,7 @@ android { targetCompatibility JavaVersion.VERSION_1_7 } compileSdkVersion 27 - buildToolsVersion "27.0.3" + buildToolsVersion "28.0.2" defaultConfig { applicationId "nodomain.freeyourgadget.gadgetbridge"