2014-09-22 20:37:07 +00:00
|
|
|
language: android
|
|
|
|
android:
|
|
|
|
components:
|
|
|
|
# Uncomment the lines below if you want to
|
|
|
|
# use the latest revision of Android SDK Tools
|
|
|
|
# - platform-tools
|
|
|
|
# - tools
|
|
|
|
|
|
|
|
# The BuildTools version used by your project
|
2014-10-22 21:15:24 +00:00
|
|
|
- build-tools-21.0.1
|
2014-09-22 20:37:07 +00:00
|
|
|
|
|
|
|
# The SDK version used to compile your project
|
2014-10-22 21:15:24 +00:00
|
|
|
- android-21
|
2014-09-22 20:37:07 +00:00
|
|
|
|
|
|
|
# Additional components
|
|
|
|
- extra-google-m2repository
|
|
|
|
- extra-android-m2repository
|
|
|
|
|
|
|
|
# Specify at least one system image,
|
|
|
|
# if you need to run emulator(s) during your tests
|
2014-10-22 21:15:24 +00:00
|
|
|
# - sys-img-x86-android-21
|