d784ba9121
We no longer need to explicitly download the SDK - gradle does it automatically since we're using Android-standard .aar packaging.
12 lines
180 B
YAML
12 lines
180 B
YAML
sudo: false
|
|
language: android
|
|
android:
|
|
components:
|
|
- tools
|
|
- build-tools-23.0.2
|
|
- android-23
|
|
- extra
|
|
- platform-tools
|
|
|
|
script:
|
|
- ./gradlew clean build test
|