File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,24 +5,24 @@ global_env: _JAVA_OPTIONS=-Xmx4g
55
66android :
77 components :
8- - build-tools-24 .0.3
9- - android-22
10- - sys-img-armeabi-v7a-android-22
11- - android-24
8+ - build-tools-27 .0.3
9+ - android-23
10+ - sys-img-armeabi-v7a-android-23
11+ - android-27
1212 - extra-android-m2repository
1313 - extra-android-support
1414 licenses :
1515 - android-sdk-license-.+
1616 - ' .+'
1717before_script :
18- - wget http://services.gradle.org/distributions/gradle-2.14.1-bin .zip
19- - unzip gradle-2.14.1-bin .zip
20- - export GRADLE_HOME=$PWD/gradle-2.14.1
18+ - wget http://services.gradle.org/distributions/gradle-4.4-all .zip
19+ - unzip gradle-4.4-all .zip
20+ - export GRADLE_HOME=$PWD/gradle-4.4
2121 - export PATH=$GRADLE_HOME/bin:$PATH
2222 - mkdir "$ANDROID_HOME/licenses" || true
2323 - echo -e "\n8933bad161af4178b1185d1a37fbf41ea5269c55" > "$ANDROID_HOME/licenses/android-sdk-license"
2424 - echo -e "\n84831b9409646a918e30573bab4c9c91346d8abd" > "$ANDROID_HOME/licenses/android-sdk-preview-license"
25- - echo no | android create avd --force -n test -t android-22 --abi armeabi-v7a
25+ - echo no | android create avd --force -n test -t android-23 --abi armeabi-v7a
2626 - emulator -avd test -no-audio -no-window &
2727 - android-wait-for-emulator
2828 - adb shell input keyevent 82 &
You can’t perform that action at this time.
0 commit comments