We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76e7e44 commit 89df837Copy full SHA for 89df837
.travis.yml
@@ -11,11 +11,12 @@ android:
11
- build-tools-28.0.3
12
- android-28
13
- android-27
14
- - sys-img-armeabi-v7a-android-27
+ - android-22
15
+ - sys-img-armeabi-v7a-android-22
16
before_install:
17
- yes | ${ANDROID_HOME}/tools/bin/sdkmanager "platforms;android-27"
18
before_script:
- - echo no | android create avd --force -n test -t android-27 --abi armeabi-v7a
19
+ - echo no | android create avd --force -n test -t android-22 --abi armeabi-v7a
20
- emulator -avd test -no-audio -no-window &
21
- android-wait-for-emulator
22
- chmod +x gradlew
0 commit comments