Skip to content

Commit 89df837

Browse files
committed
Changed to android-22
1 parent 76e7e44 commit 89df837

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.travis.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,12 @@ android:
1111
- build-tools-28.0.3
1212
- android-28
1313
- android-27
14-
- sys-img-armeabi-v7a-android-27
14+
- android-22
15+
- sys-img-armeabi-v7a-android-22
1516
before_install:
1617
- yes | ${ANDROID_HOME}/tools/bin/sdkmanager "platforms;android-27"
1718
before_script:
18-
- 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
1920
- emulator -avd test -no-audio -no-window &
2021
- android-wait-for-emulator
2122
- chmod +x gradlew

0 commit comments

Comments
 (0)