mirror of
https://github.com/null2264/yokai.git
synced 2025-07-17 22:36:55 +00:00
Update to SDK 29 (Android 10) (#2468)
This commit is contained in:
parent
f7669b6797
commit
83d5e458ca
12 changed files with 34 additions and 24 deletions
|
@ -3,7 +3,7 @@ language: android
|
|||
android:
|
||||
components:
|
||||
- build-tools-29.0.2
|
||||
- android-28
|
||||
- android-29
|
||||
- extra-android-m2repository
|
||||
- extra-google-m2repository
|
||||
- extra-android-support
|
||||
|
@ -11,7 +11,7 @@ android:
|
|||
licenses:
|
||||
- android-sdk-license-.+
|
||||
before_install:
|
||||
- yes | sdkmanager "platforms;android-28" # 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_e56be693d4fd_key -iv $encrypted_e56be693d4fd_iv -in "$PWD/.travis/secrets.tar.enc" -out secrets.tar -d;
|
||||
tar xf secrets.tar;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue