Fix build script for SDK 29

This commit is contained in:
arkon 2020-03-01 17:54:32 -05:00
parent 651ace5a38
commit 41152f3bfd
1 changed files with 2 additions and 2 deletions

View File

@ -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;