File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ matrix:
2323 script : cd demo && npm run build.plugin && npm i && tns build android --bundle --env.uglify --env.snapshot
2424 - language : android
2525 env :
26- - BuildAndroid="28 "
26+ - BuildAndroid="26 "
2727 os : linux
2828 jdk : oraclejdk8
2929 before_install : nvm install stable
@@ -45,7 +45,7 @@ matrix:
4545 sudo : required
4646 jdk : oraclejdk8
4747 before_script :
48- - echo no | android create avd --force -n test -t android-24 -b armeabi-v7a
48+ - echo no | android create avd --force -n test -t android-21 -b armeabi-v7a
4949 - emulator -avd test -no-audio -no-window &
5050 - android-wait-for-emulator
5151 before_install :
@@ -62,10 +62,10 @@ android:
6262 components :
6363 - tools
6464 - platform-tools
65- - build-tools-28 .0.3
66- - android-28
65+ - build-tools-26 .0.1
66+ - android-26
6767 - extra-android-m2repository
68- - sys-img-armeabi-v7a-android-24
68+ - sys-img-armeabi-v7a-android-21
6969
7070before_install :
7171 - sudo pip install --upgrade pip
You can’t perform that action at this time.
0 commit comments