Add another action to travis file

This commit is contained in:
Shinokuni 2019-10-15 10:01:54 +02:00
parent 1347b1701e
commit 8617f707bf
1 changed files with 3 additions and 2 deletions

View File

@ -2,7 +2,7 @@ language: android
android: android:
components: components:
- android-28 - android-28
- build-tools-29.0.4 - build-tools-28.0.3
licenses: licenses:
- 'android-sdk-preview-license-52d11cd2' - 'android-sdk-preview-license-52d11cd2'
- 'android-sdk-license-.+' - 'android-sdk-license-.+'
@ -13,3 +13,4 @@ script:
before_install: before_install:
- yes | sdkmanager "platforms;android-28" - yes | sdkmanager "platforms;android-28"
- yes | sdkmanager "build-tools;28.0.3"