summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.travis.yml7
1 files changed, 4 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index feb45eecc..fb7fc4dbe 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -5,19 +5,20 @@ android:
components:
# use the latest revision of Android SDK Tools
- tools
- - platform-tools
- tools
+ - platform-tools
- ndk-bundle
# The BuildTools version used by your project
- - build-tools-25.0.2
+ - build-tools-26.0.1
# The SDK version used to compile your project
- android-26
+ - android-22 #For emulator
# Specify at least one system image,
# if you need to run emulator(s) during your tests
- sys-img-armeabi-v7a-android-22
- # - sys-img-x86-android-17
+ # - sys-img-x86-android-26
# Android Support Repos
- extra-android-m2repository