Skip to content

Commit 30311ac

Browse files
author
Nathanael Anderson
committed
Bump version, update marking mode defaults
1 parent b5f1af8 commit 30311ac

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@nativescript/android",
33
"description": "NativeScript Runtime for Android",
4-
"version": "7.0.0-rc.4",
4+
"version": "7.0.0-rc.5",
55
"repository": {
66
"type": "git",
77
"url": "https://github.com/NativeScript/android-runtime.git"
@@ -11,7 +11,7 @@
1111
],
1212
"gradle": {
1313
"version": "6.4",
14-
"android": "3.6.3"
14+
"android": "3.6.4"
1515
},
1616
"android_ndk_version": "21b",
1717
"publishConfig": {"tag":"next", "access": "public"}

test-app/runtime/src/main/java/com/tns/AppConfig.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ protected enum KnownKeys {
1616
MemoryCheckInterval("memoryCheckInterval", 0),
1717
FreeMemoryRatio("freeMemoryRatio", 0.0),
1818
Profiling("profiling", ""),
19-
MarkingMode("markingMode", com.tns.MarkingMode.full),
19+
MarkingMode("markingMode", com.tns.MarkingMode.none),
2020
HandleTimeZoneChanges("handleTimeZoneChanges", false),
2121
MaxLogcatObjectSize("maxLogcatObjectSize", 1024),
2222
ForceLog("forceLog", false),

0 commit comments

Comments
 (0)