We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2bbaedd + 03c54ae commit b5efcddCopy full SHA for b5efcdd
.travis.yml
@@ -16,19 +16,19 @@ language: android
16
17
android:
18
components:
19
- - build-tools-20.0.0
20
- - android-19
+ - build-tools-21.0.1
21
- android-20
+ - android-21
22
- extra-google-m2repository
23
- extra-android-m2repository
24
- - sys-img-armeabi-v7a-android-20
+ - sys-img-armeabi-v7a-android-21
25
26
notifications:
27
email: false
28
29
env:
30
matrix:
31
- - ANDROID_TARGET=android-19 ANDROID_ABI=armeabi-v7a
+ - ANDROID_TARGET=android-21 ANDROID_ABI=armeabi-v7a
32
33
before_install:
34
- echo no | android create avd --force -n test -t $ANDROID_TARGET --abi $ANDROID_ABI
0 commit comments