Skip to content

Commit 14062b6

Browse files
committed
update demo
1 parent b337287 commit 14062b6

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

58 files changed

+381
-317
lines changed
File renamed without changes.

demo/nativescript.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { NativeScriptConfig } from '@nativescript/core';
22

33
export default {
44
id: 'org.nativescript.audio',
5-
appResourcesPath: 'app/App_Resources',
5+
appResourcesPath: 'App_Resources',
66
android: {
77
v8Flags: '--expose_gc',
88
markingMode: 'none'

demo/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
"dependencies": {
33
"nativescript-audio": "file:../src",
44
"nativescript-theme-core": "^1.0.4",
5-
"@nativescript/core": "~7.0.13"
5+
"@nativescript/core": "~7.3.0"
66
},
77
"devDependencies": {
88
"@nativescript/android": "7.0.1",
9-
"@nativescript/ios": "~7.0.6",
10-
"@nativescript/types": "~7.0.4",
11-
"@nativescript/webpack": "~3.0.8",
9+
"@nativescript/ios": "~7.2.0",
10+
"@nativescript/types": "~7.3.0",
11+
"@nativescript/webpack": "~4.1.0",
1212
"tslint": "~6.1.3",
1313
"typescript": "~4.1.3"
1414
},

0 commit comments

Comments
 (0)