Skip to content

Commit 2385d14

Browse files
author
Nataliya Hristova
authored
fix: update package.json files (#389)
1 parent 211c6c5 commit 2385d14

File tree

5 files changed

+8
-3
lines changed

5 files changed

+8
-3
lines changed

assets/runtime/android/files/android-runtime-1119/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"discardUncaughtJsExceptions": true,
66
"android": {
77
"v8Flags": "--expose_gc",
8+
"markingMode": "none",
89
"maxLogcatObjectSize": 9000
910
}
10-
}
11+
}

assets/runtime/android/files/android-runtime-1235/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"main": "app.js",
33
"android": {
44
"v8Flags": "--nolazy --expose_gc",
5+
"markingMode": "none",
56
"codeCache": "true"
67
}
7-
}
8+
}
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
{
22
"main": "app.js",
33
"android": {
4+
"v8Flags": "--expose_gc",
5+
"markingMode": "none",
46
"useV8Symbols": true
57
}
68
}

assets/runtime/android/files/android-runtime-1409/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"main": "app.js",
3-
"nativescript": "randomtext",
3+
"nativescript": "randomtext",
44
"android": {
55
"v8Flags": "--expose_gc",
66
"markingMode": "none"

assets/runtime/android/files/android-runtime-961/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"main": "app.js",
33
"android": {
44
"v8Flags": "--expose_gc",
5+
"markingMode": "none",
56
"handleTimeZoneChanges": true
67
}
78
}

0 commit comments

Comments
 (0)