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:
|
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-.+'
|
||||||
|
@ -12,4 +12,5 @@ script:
|
||||||
- ./gradlew clean assembleDebug assembleRelease testDebug
|
- ./gradlew clean assembleDebug assembleRelease testDebug
|
||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
- yes | sdkmanager "platforms;android-28"
|
- yes | sdkmanager "platforms;android-28"
|
||||||
|
- yes | sdkmanager "build-tools;28.0.3"
|
Loading…
Reference in New Issue