From d3fa99e8a33684eb6a6a996752be5877f8cfabc7 Mon Sep 17 00:00:00 2001 From: Andreas Shimokawa Date: Mon, 28 Jan 2019 00:00:21 +0100 Subject: [PATCH] try to satisfy travis --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 502f7e95a..7b70ab33c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,7 +19,7 @@ android: - build-tools-28.0.3 # The SDK version used to compile your project - - android-27 + - android-28 # Additional components - extra-android-m2repository @@ -31,7 +31,7 @@ android: #- sys-img-x86-android-17 before_install: - - yes | sdkmanager "platforms;android-27" + - yes | sdkmanager "platforms;android-28" script: - ./gradlew build connectedCheck --stacktrace