Skip to content

Commit 3ff368a

Browse files
committed
changed back to use 21
1 parent 36b063d commit 3ff368a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ android:
77
- extra-google-m2repository
88
- extra-android-m2repository
99
- addon-google_apis-google-19
10-
- sys-img-armeabi-v7a-android-22
10+
- sys-img-armeabi-v7a-android-21
1111

1212

1313
env:
@@ -17,7 +17,7 @@ env:
1717

1818
# Emulator Management: Create, Start and Wait
1919
before_script:
20-
- echo no | android create avd --force -n test -t android-22 --abi armeabi-v7a
20+
- echo no | android create avd --force -n test -t android-21 --abi armeabi-v7a
2121
- emulator -avd test -no-skin -no-audio -no-window &
2222
- android-wait-for-emulator
2323
- adb shell input keyevent 82 &

0 commit comments

Comments
 (0)