Skip to content

Commit 3873e6c

Browse files
chore: bump ANDROID_BUILD_TOOLS_VERSION version (#1544)
* chore: bump ANDROID_BUILD_TOOLS_VERSION version * chore: increase android version * chore: unclude mocha deps * chore: dev-appium deps
1 parent 6e45af0 commit 3873e6c

File tree

3 files changed

+15
-9
lines changed

3 files changed

+15
-9
lines changed

Diff for: .travis.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,9 @@ env:
22
global:
33
- NODE_VERSION=8
44
- EMULATOR_API_LEVEL=23
5-
- ANDROID_VERSION=25
6-
- ANDROID_BUILD_TOOLS_VERSION=27.0.3
5+
- ANDROID_VERSION=28
6+
- ANDROID_BUILD_TOOLS_VERSION=28.0.2
77
- ANDROID_ABI=armeabi-v7a
8-
- APPIUM_VERSION=1.7.0
98
- EMULATOR_NAME=test
109
- ANDROID_TAG=google_apis
1110

@@ -66,6 +65,7 @@ android:
6665
components:
6766
- tools
6867
- platform-tools
68+
- android-$ANDROID_VERSION
6969
- build-tools-$ANDROID_BUILD_TOOLS_VERSION
7070
- android-$EMULATOR_API_LEVEL
7171
- extra-google-google_play_services

Diff for: e2e/modal-navigation-ng/package.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@
3030
"zone.js": "~0.8.2"
3131
},
3232
"devDependencies": {
33-
"@ngtools/webpack": "~6.1.0",
3433
"@angular/compiler-cli": "~6.1.0",
34+
"@ngtools/webpack": "~6.1.0",
3535
"@types/chai": "^4.0.2",
3636
"@types/mocha": "^2.2.41",
3737
"@types/node": "^7.0.5",
@@ -43,6 +43,9 @@
4343
"css-loader": "~0.28.11",
4444
"extract-text-webpack-plugin": "~3.0.2",
4545
"lazy": "1.0.11",
46+
"mocha": "^5.2.0",
47+
"mocha-junit-reporter": "~1.17.0",
48+
"mocha-multi": "~1.0.0",
4649
"nativescript-dev-appium": "next",
4750
"nativescript-dev-typescript": "next",
4851
"nativescript-dev-webpack": "^0.13.0",

Diff for: e2e/router-tab-view/package.json

+8-5
Original file line numberDiff line numberDiff line change
@@ -30,16 +30,19 @@
3030
"zone.js": "~0.8.2"
3131
},
3232
"devDependencies": {
33+
"@types/chai": "^4.0.2",
34+
"@types/mocha": "^2.2.41",
35+
"@types/node": "^7.0.5",
3336
"babel-traverse": "6.26.0",
3437
"babel-types": "6.26.0",
3538
"babylon": "6.18.0",
3639
"lazy": "1.0.11",
37-
"nativescript-dev-appium": "^3.1.0",
40+
"mocha": "~5.1.0",
41+
"mocha-junit-reporter": "~1.17.0",
42+
"mocha-multi": "~1.0.0",
43+
"nativescript-dev-appium": "next",
3844
"nativescript-dev-typescript": "~0.6.0",
39-
"typescript": "~2.7.2",
40-
"@types/chai": "^4.0.2",
41-
"@types/mocha": "^2.2.41",
42-
"@types/node": "^7.0.5"
45+
"typescript": "~2.7.2"
4346
},
4447
"scripts": {
4548
"e2e": "tsc -p e2e && mocha --opts ../config/mocha.opts --recursive e2e --appiumCapsLocation ../config/appium.capabilities.json",

0 commit comments

Comments
 (0)