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.
1 parent a9fb83c commit 0703525Copy full SHA for 0703525
.travis.yml
@@ -45,7 +45,7 @@ matrix:
45
sudo: required
46
jdk: oraclejdk8
47
before_script:
48
- - echo no | android create avd --force -n test -t android-21 -b armeabi-v7a
+ - echo no | android create avd --force -n test -t android-24 -b armeabi-v7a
49
- emulator -avd test -no-audio -no-window &
50
- android-wait-for-emulator
51
before_install:
@@ -65,7 +65,7 @@ android:
65
- build-tools-28.0.3
66
- android-28
67
- extra-android-m2repository
68
- - sys-img-armeabi-v7a-android-21
+ - sys-img-armeabi-v7a-android-24
69
70
71
- sudo pip install --upgrade pip
0 commit comments