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:
components:
- android-28
- build-tools-29.0.4
- build-tools-28.0.3
licenses:
- 'android-sdk-preview-license-52d11cd2'
- 'android-sdk-license-.+'
@ -12,4 +12,5 @@ script:
- ./gradlew clean assembleDebug assembleRelease testDebug
before_install:
- yes | sdkmanager "platforms;android-28"
- yes | sdkmanager "platforms;android-28"
- yes | sdkmanager "build-tools;28.0.3"