File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -10,8 +10,8 @@ android:
1010 - tools # to get the new `repository-11.xml`
1111 - tools # to install latest Android SDK tools
1212 - platform-tools
13- - build-tools-27 .0.3
14- - android-27
13+ - build-tools-28 .0.3
14+ - android-28
1515 - extra-android-m2repository # Design Support library
1616 - android-21
1717 - sys-img-armeabi-v7a-android-21 # system image (emulator)
2424
2525before_script :
2626 # Automatically accept all SDK licences
27- - echo yes | android update sdk --no-ui --all --filter build-tools-27 .0.3,android-27 ,extra-android-m2repository
27+ - echo yes | android update sdk --no-ui --all --filter build-tools-28 .0.3,android-28 ,extra-android-m2repository
2828 # Emulator Management: create, start & wait
2929 - echo no | android create avd --force -n test -t android-21 --abi armeabi-v7a
3030 - emulator -avd test -no-skin -no-audio -no-window &
You can’t perform that action at this time.
0 commit comments