File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -5,24 +5,24 @@ global_env: _JAVA_OPTIONS=-Xmx4g
5
5
6
6
android :
7
7
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
12
12
- extra-android-m2repository
13
13
- extra-android-support
14
14
licenses :
15
15
- android-sdk-license-.+
16
16
- ' .+'
17
17
before_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
21
21
- export PATH=$GRADLE_HOME/bin:$PATH
22
22
- mkdir "$ANDROID_HOME/licenses" || true
23
23
- echo -e "\n8933bad161af4178b1185d1a37fbf41ea5269c55" > "$ANDROID_HOME/licenses/android-sdk-license"
24
24
- 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
26
26
- emulator -avd test -no-audio -no-window &
27
27
- android-wait-for-emulator
28
28
- adb shell input keyevent 82 &
You can’t perform that action at this time.
0 commit comments