15 lines
263 B
YAML
15 lines
263 B
YAML
language: android
|
|
android:
|
|
components:
|
|
- build-tools-21.1.1
|
|
- android-21
|
|
- extra-android-support
|
|
licenses:
|
|
- 'android-sdk-license-.+'
|
|
- '.*intel.+'
|
|
before_install:
|
|
- git submodule update --init --recursive
|
|
install:
|
|
- ./gradlew
|
|
script:
|