From e828b5112a92e485e01626b682ab6f22efa3078a Mon Sep 17 00:00:00 2001 From: Angel Anton Date: Wed, 7 Nov 2018 14:16:58 +0100 Subject: [PATCH] Updated android sdk up to 27. --- .travis.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index fa30d4d..639bcba 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,13 +2,14 @@ language: android android: components: # The BuildTools version used by your project - - build-tools-23.0.2 + - build-tools-27.0.3 # The SDK version used to compile your project - - android-23 + - android-27 jdk: - oraclejdk7 before_install: + - yes | sdkmanager "platforms;android-27" - echo "deb https://dl.bintray.com/sbt/debian /" | sudo tee -a /etc/apt/sources.list.d/sbt.list - sudo apt-get update -qq - sudo apt-get install -qq -y --force-yes sbt