Skip to content

Commit b40e830

Browse files
Merge pull request #70 from NativeScript/dtodorov/update-android-structure
chore: update android structure in demo
2 parents 921edb5 + 3d799fc commit b40e830

File tree

25 files changed

+6
-6
lines changed

25 files changed

+6
-6
lines changed

demo/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,17 @@
22
"nativescript": {
33
"id": "org.nativescript.demo",
44
"tns-android": {
5-
"version": "3.4.2"
5+
"version": "4.0.0"
66
},
77
"tns-ios": {
8-
"version": "3.4.0"
8+
"version": "4.0.1"
99
}
1010
},
1111
"dependencies": {
1212
"nativescript-theme-core": "^1.0.4",
1313
"nativescript-unit-test-runner": "^0.3.4",
1414
"nativescript-yourplugin": "../src",
15-
"tns-core-modules": "^3.4.0"
15+
"tns-core-modules": "^4.0.0"
1616
},
1717
"devDependencies": {
1818
"awesome-typescript-loader": "~3.1.3",
@@ -29,8 +29,8 @@
2929
"karma-nativescript-launcher": "^0.4.0",
3030
"lazy": "1.0.11",
3131
"nativescript-css-loader": "~0.26.0",
32-
"nativescript-dev-typescript": "^0.6.0",
33-
"nativescript-dev-webpack": "^0.9.0",
32+
"nativescript-dev-typescript": "^0.7.0",
33+
"nativescript-dev-webpack": "^0.10.0",
3434
"nativescript-worker-loader": "~0.8.1",
3535
"raw-loader": "~0.5.1",
3636
"resolve-url-loader": "~2.1.0",
@@ -45,4 +45,4 @@
4545
"build.plugin": "cd ../src && npm run build",
4646
"ci.tslint": "npm i && tslint --config '../tslint.json' 'app/**/*.ts' --exclude '**/node_modules/**'"
4747
}
48-
}
48+
}

0 commit comments

Comments
 (0)