Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
EddyVerbruggen committed Dec 10, 2019
1 parent e020420 commit 69f5bed
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion demo-ng/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"@angular/platform-browser-dynamic": "~8.2.3",
"@angular/router": "~8.2.3",
"nativescript-angular": "~8.2.0",
"nativescript-app-sync": "file:../publish/package/nativescript-app-sync-1.0.7.tgz",
"nativescript-app-sync": "file:../publish/package/nativescript-app-sync-2.0.0.tgz",
"nativescript-theme-core": "~1.0.6",
"reflect-metadata": "~0.1.13",
"rxjs": "~6.5.2",
Expand Down
4 changes: 2 additions & 2 deletions demo/demoapp/main-page.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<StackLayout class="p-20">

<!-- <Label text="I'm AppSync iOS" class="t-20 text-center c-orange" textWrap="true"/>-->
<!-- <Label text="I'm AppSync Android (mandatory)" class="t-20 text-center c-orange" textWrap="true"/>-->
<Label text="I'm the APPSTORE version.." class="t-20 text-center c-orange" textWrap="true"/>
<!-- <Label text="I'm AppSync Android!" class="t-20 text-center c-orange" textWrap="true"/>-->
<Label text="I'm the "APPSTORE" version.." class="t-20 text-center c-orange" textWrap="true"/>

<Label text="{{ message }}" class="t-20 m-30 text-center c-black" textWrap="true"/>

Expand Down
3 changes: 2 additions & 1 deletion demo/demoapp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@
},
"homepage": "https://github.com/NativeScript/template-hello-world-ts",
"android": {
"v8Flags": "--expose_gc"
"v8Flags": "--expose_gc",
"markingMode": "none"
},
"devDependencies": {
"nativescript-dev-typescript": "^0.3.0"
Expand Down
2 changes: 1 addition & 1 deletion demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"ci.tslint": "npm i && tslint --config '../tslint.json' 'demoapp/**/*.ts' --exclude '**/node_modules/**' --exclude '**/typings/**'"
},
"dependencies": {
"nativescript-app-sync": "file:../publish/package/nativescript-app-sync-1.0.7.tgz",
"nativescript-app-sync": "file:../publish/package/nativescript-app-sync-2.0.0.tgz",
"nativescript-theme-core": "~1.0.4",
"nativescript-unit-test-runner": "0.7.0",
"tns-core-modules": "~6.2.0"
Expand Down

0 comments on commit 69f5bed

Please sign in to comment.