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;