Readrops/.travis.yml

12 lines
269 B
YAML
Raw Normal View History

2019-10-15 09:37:58 +02:00
language: android
android:
components:
- android-28
- build-tools-29.0.4
2019-10-15 09:48:54 +02:00
licenses:
- 'android-sdk-preview-license-52d11cd2'
- 'android-sdk-license-.+'
- 'google-gdk-license-.+'
2019-10-15 09:37:58 +02:00
script:
- ./gradlew clean assembleDebug assembleRelease testDebug