From 6c77b67bc2f9f015cc4d12b338ccaef8e13baf04 Mon Sep 17 00:00:00 2001 From: Felix Ableitner Date: Wed, 27 Dec 2017 03:47:23 +0900 Subject: [PATCH] Fix Travis build --- .travis.yml | 8 ++++---- app/build.gradle | 4 +++- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index a34ad472..dbe696b9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,11 +7,11 @@ dist: trusty android: components: - tools - - android-26 - - build-tools-26.0.2 + - android-27 + - build-tools-27.0.2 - platform-tools - - build-tools-26.0.2 - - android-26 + - build-tools-27.0.2 + - android-27 - extra-android-m2repository # Install Android NDK (apparently there is no easier way to do this) diff --git a/app/build.gradle b/app/build.gradle index a0438fc9..f90b489c 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -19,8 +19,10 @@ dependencies { } android { - compileSdkVersion 26 + // Changes to these values need to be reflected in `.travis.yml` + compileSdkVersion 27 buildToolsVersion "27.0.2" + buildTypes.debug.applicationIdSuffix ".debug" dataBinding.enabled = true