mirror of
https://github.com/nextcloud/android.git
synced 2024-11-23 05:35:39 +03:00
22 lines
339 B
YAML
22 lines
339 B
YAML
language: android
|
|
android:
|
|
components:
|
|
- build-tools-20.0.0
|
|
- android-19
|
|
- android-17
|
|
- android-14
|
|
- extra-android-support
|
|
licenses:
|
|
- 'android-sdk-license-5be876d5'
|
|
- 'android-sdk-license-598b93a6'
|
|
|
|
jdk: oraclejdk7
|
|
|
|
before_install:
|
|
- rm pom.xml
|
|
- ./setup_env.sh
|
|
|
|
script:
|
|
- ant clean
|
|
- ant debug
|
|
|