mirror of https://github.com/readrops/Readrops.git
Add another action to travis file
This commit is contained in:
parent
1347b1701e
commit
8617f707bf
|
@ -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"
|
Loading…
Reference in New Issue