Showing
1 changed file
with
4 additions
and
4 deletions
| @@ -15,14 +15,14 @@ matrix: | @@ -15,14 +15,14 @@ matrix: | ||
| 15 | - tools | 15 | - tools |
| 16 | - platform-tools | 16 | - platform-tools |
| 17 | 17 | ||
| 18 | - - build-tools-22.0.1 | ||
| 19 | - - android-22 | 18 | + - build-tools-28.0.3 |
| 19 | + - android-28 | ||
| 20 | 20 | ||
| 21 | - extra-google-google_play_services | 21 | - extra-google-google_play_services |
| 22 | - extra-google-m2repository | 22 | - extra-google-m2repository |
| 23 | - extra-android-m2repository | 23 | - extra-android-m2repository |
| 24 | 24 | ||
| 25 | - - sys-img-armeabi-v7a-android-22 | 25 | + - sys-img-armeabi-v7a-android-28 |
| 26 | 26 | ||
| 27 | install: | 27 | install: |
| 28 | - git clone -b master https://github.com/flutter/flutter.git | 28 | - git clone -b master https://github.com/flutter/flutter.git |
| @@ -31,7 +31,7 @@ matrix: | @@ -31,7 +31,7 @@ matrix: | ||
| 31 | - export PATH="$PATH":"$HOME/.pub-cache/bin" | 31 | - export PATH="$PATH":"$HOME/.pub-cache/bin" |
| 32 | - export PATH=$PWD/flutter/bin:$PWD/flutter/bin/cache/dart-sdk/bin:$PATH | 32 | - export PATH=$PWD/flutter/bin:$PWD/flutter/bin/cache/dart-sdk/bin:$PATH |
| 33 | 33 | ||
| 34 | - - echo no | android create avd --force -n test -t android-22 --abi armeabi-v7a -c 100M | 34 | + - echo no | android create avd --force -n test -t android-28 --abi armeabi-v7a -c 100M |
| 35 | - emulator -avd test -no-audio -no-window & | 35 | - emulator -avd test -no-audio -no-window & |
| 36 | - android-wait-for-emulator | 36 | - android-wait-for-emulator |
| 37 | - adb shell input keyevent 82 & | 37 | - adb shell input keyevent 82 & |
-
Please register or login to post a comment