From 04fae8175fd034d0a7131f8cb253cae883a88aa2 Mon Sep 17 00:00:00 2001 From: Brad Barnhill Date: Tue, 22 Jan 2019 19:58:53 -0600 Subject: [PATCH] fix travis-ci build due to incorrect dependencies for building --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 69bdb223..0d224931 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,8 +7,8 @@ android: components: - tools - platform-tools - - build-tools-27.0.3 - - android-27 + - build-tools-28.0.3 + - android-28 - extra-android-m2repository - extra-google-m2repository