Skip to content

Commit 5a7f0a3

Browse files
committed
Updated tns-android and tns-ios and updated README.
1 parent 92e94f6 commit 5a7f0a3

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Start the tests:
2727

2828
```bash
2929
npm run android.build
30-
adb install platforms/android/app/build/outputs/apk/nativescriptvueuitests-debug.apk
30+
adb install ./platforms/android/app/build/outputs/apk/debug/app-debug.apk
3131
npm run android.screenshots
3232
```
3333

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,17 @@
66
"nativescript": {
77
"id": "org.nativescript.nativescriptvueuitests",
88
"tns-ios": {
9-
"version": "3.4.1"
9+
"version": "4.1.0"
1010
},
1111
"tns-android": {
12-
"version": "3.4.1"
12+
"version": "4.1.3"
1313
}
1414
},
1515
"dependencies": {
1616
"appium": "^1.8.1",
1717
"nativescript-dev-appium": "^4.0.0",
1818
"nativescript-vue": "^2.0.0-alpha.1",
19-
"tns-core-modules": "~4.1.1",
19+
"tns-core-modules": "^4.1.1",
2020
"yargs": "^9.0.1"
2121
},
2222
"scripts": {

0 commit comments

Comments
 (0)