Skip to content

Commit 69f5bed

Browse files
bump
1 parent e020420 commit 69f5bed

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed

demo-ng/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"@angular/platform-browser-dynamic": "~8.2.3",
4444
"@angular/router": "~8.2.3",
4545
"nativescript-angular": "~8.2.0",
46-
"nativescript-app-sync": "file:../publish/package/nativescript-app-sync-1.0.7.tgz",
46+
"nativescript-app-sync": "file:../publish/package/nativescript-app-sync-2.0.0.tgz",
4747
"nativescript-theme-core": "~1.0.6",
4848
"reflect-metadata": "~0.1.13",
4949
"rxjs": "~6.5.2",

demo/demoapp/main-page.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
<StackLayout class="p-20">
33

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

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

demo/demoapp/package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@
2626
},
2727
"homepage": "https://github.com/NativeScript/template-hello-world-ts",
2828
"android": {
29-
"v8Flags": "--expose_gc"
29+
"v8Flags": "--expose_gc",
30+
"markingMode": "none"
3031
},
3132
"devDependencies": {
3233
"nativescript-dev-typescript": "^0.3.0"

demo/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"ci.tslint": "npm i && tslint --config '../tslint.json' 'demoapp/**/*.ts' --exclude '**/node_modules/**' --exclude '**/typings/**'"
3232
},
3333
"dependencies": {
34-
"nativescript-app-sync": "file:../publish/package/nativescript-app-sync-1.0.7.tgz",
34+
"nativescript-app-sync": "file:../publish/package/nativescript-app-sync-2.0.0.tgz",
3535
"nativescript-theme-core": "~1.0.4",
3636
"nativescript-unit-test-runner": "0.7.0",
3737
"tns-core-modules": "~6.2.0"

0 commit comments

Comments
 (0)