Skip to content
This repository was archived by the owner on Feb 7, 2019. It is now read-only.

Commit 3ba58fa

Browse files
committed
chor: update demo app to 4.2 and rebuild native android project
1 parent 5bac1a5 commit 3ba58fa

File tree

3 files changed

+9
-6
lines changed

3 files changed

+9
-6
lines changed

demo/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
"nativescript": {
55
"id": "org.nativescript.ppTest",
66
"tns-ios": {
7-
"version": "4.1.0"
7+
"version": "4.2.0"
88
},
99
"tns-android": {
10-
"version": "4.1.1"
10+
"version": "4.2.0"
1111
}
1212
},
1313
"repository": {
@@ -18,16 +18,16 @@
1818
"dependencies": {
1919
"nativescript-push-notifications": "../src",
2020
"nativescript-theme-core": "^1.0.4",
21-
"tns-core-modules": "~4.1.0"
21+
"tns-core-modules": "~4.2.0"
2222
},
2323
"devDependencies": {
2424
"babel-traverse": "6.26.0",
2525
"babel-types": "6.26.0",
2626
"babylon": "6.18.0",
2727
"lazy": "1.0.11",
2828
"nativescript-css-loader": "~0.26.0",
29-
"nativescript-dev-typescript": "~0.6.0",
30-
"nativescript-dev-webpack": "~0.14.0",
29+
"nativescript-dev-typescript": "~0.7.0",
30+
"nativescript-dev-webpack": "~0.15.0",
3131
"tslint": "^5.8.0",
3232
"typescript": "~2.8.1"
3333
},
@@ -38,4 +38,4 @@
3838
"ci.ios.build": "npm run build.plugin && tns build ios",
3939
"generate-android-snapshot": "generate-android-snapshot --targetArchs arm,arm64,ia32 --install"
4040
}
41-
}
41+
}

demo/tsconfig.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@
2525
"*": [
2626
"./node_modules/tns-core-modules/*",
2727
"./node_modules/*"
28+
],
29+
"~/*": [
30+
"app/*"
2831
]
2932
}
3033
},

src/platforms/android/pushplugin.aar

309 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)