From 55d5fa6a1baefcbc9f3bc2af2d22ea45723cb4cd Mon Sep 17 00:00:00 2001 From: Dan Lew Date: Tue, 8 Jun 2021 07:46:30 -0500 Subject: [PATCH] Updated travis.yml --- .travis.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 2c26161..4783851 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,10 +4,13 @@ android: components: - tools - platform-tools - - build-tools-28.0.3 - - android-29 + - build-tools-30.0.2 + - android-30 - extra-android-m2repository +before_install: + - yes | sdkmanager "platforms;android-30" + jdk: oraclejdk8 notifications: