aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml11
1 files changed, 8 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index 44ff763..fb6481a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,14 +1,19 @@
language: android
android:
+ licenses:
+ - 'android-sdk-preview-license-.+'
+ - 'android-sdk-license-.+'
+ - 'google-gdk-license-.+'
+
components:
- # Workaround to be able to install v25 SDK and build tools.
+ # Workaround to be able to install v28 SDK and build tools.
# See https://github.com/travis-ci/travis-ci/issues/6040
- tools # to update the repository XML files
- tools # to update the SDK tools themselves
- platform-tools
- - build-tools-25.0.2
- - android-25
+ - build-tools-28.0.3
+ - android-28
jdk:
- oraclejdk8