mirror of https://github.com/readrops/Readrops.git
16 lines
372 B
YAML
16 lines
372 B
YAML
language: android
|
|
android:
|
|
components:
|
|
- android-28
|
|
- build-tools-28.0.3
|
|
licenses:
|
|
- 'android-sdk-preview-license-52d11cd2'
|
|
- 'android-sdk-license-.+'
|
|
- 'google-gdk-license-.+'
|
|
|
|
script:
|
|
- ./gradlew clean assembleDebug assembleRelease testDebug
|
|
|
|
before_install:
|
|
- yes | sdkmanager "platforms;android-29"
|
|
- yes | sdkmanager "build-tools;29.0.2" |