From 41152f3bfdb794fd4124ad01951646ea73da651e Mon Sep 17 00:00:00 2001 From: arkon Date: Sun, 1 Mar 2020 17:54:32 -0500 Subject: [PATCH] Fix build script for SDK 29 --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 1cc5597e4..a2a230786 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,14 +3,14 @@ language: android android: components: - build-tools-29.0.2 - - android-27 + - android-29 - extra-android-m2repository - extra-google-m2repository - extra-android-support licenses: - android-sdk-license-.+ before_install: -- yes | sdkmanager "platforms;android-27" # workaround for accepting the license +- yes | sdkmanager "platforms;android-29" # workaround for accepting the license - if [ "$TRAVIS_PULL_REQUEST" = "false" ]; then openssl aes-256-cbc -K $encrypted_5ba4ee4c096f_key -iv $encrypted_5ba4ee4c096f_iv -in "$PWD/.travis/secrets.tar.enc" -out secrets.tar -d; tar xf secrets.tar;