Skip to content
This repository was archived by the owner on Jun 19, 2021. It is now read-only.

Commit 85320e5

Browse files
committed
changed to use 21
1 parent b712cd2 commit 85320e5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.travis.yml

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

1515

1616
env:
@@ -20,7 +20,7 @@ env:
2020

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

0 commit comments

Comments
 (0)