creativecreatorormaybenot

use android-22

... ... @@ -18,7 +18,7 @@ matrix:
- export PATH="$PATH":"$HOME/.pub-cache/bin"
- export PATH=$PWD/flutter/bin:$PWD/flutter/bin/cache/dart-sdk/bin:$PATH
- echo no | android create avd --force -n test -t android-28 --abi armeabi-v7a -c 100M
- echo no | android create avd --force -n test -t android-22 --abi armeabi-v7a -c 100M
- emulator -avd test -no-audio -no-window &
- android-wait-for-emulator
- adb shell input keyevent 82 &
... ...