We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67bf02e commit 2f48e80Copy full SHA for 2f48e80
.travis.yml
@@ -23,7 +23,7 @@ matrix:
23
script: cd demo && npm run build.plugin && npm i && tns build android --bundle --env.uglify --env.snapshot
24
- language: android
25
env:
26
- - BuildAndroid="26"
+ - BuildAndroid="28"
27
os: linux
28
jdk: oraclejdk8
29
before_install: nvm install stable
@@ -62,8 +62,8 @@ android:
62
components:
63
- tools
64
- platform-tools
65
- - build-tools-26.0.1
66
- - android-26
+ - build-tools-28.0.3
+ - android-28
67
- extra-android-m2repository
68
- sys-img-armeabi-v7a-android-21
69
0 commit comments