File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
test-app/runtime/src/main/java/com/tns Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @nativescript/android" ,
3
3
"description" : " NativeScript Runtime for Android" ,
4
- "version" : " 7.0.0-rc.4 " ,
4
+ "version" : " 7.0.0-rc.5 " ,
5
5
"repository" : {
6
6
"type" : " git" ,
7
7
"url" : " https://github.com/NativeScript/android-runtime.git"
11
11
],
12
12
"gradle" : {
13
13
"version" : " 6.4" ,
14
- "android" : " 3.6.3 "
14
+ "android" : " 3.6.4 "
15
15
},
16
16
"android_ndk_version" : " 21b" ,
17
17
"publishConfig" : {"tag" :" next" , "access" : " public" }
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ protected enum KnownKeys {
16
16
MemoryCheckInterval ("memoryCheckInterval" , 0 ),
17
17
FreeMemoryRatio ("freeMemoryRatio" , 0.0 ),
18
18
Profiling ("profiling" , "" ),
19
- MarkingMode ("markingMode" , com .tns .MarkingMode .full ),
19
+ MarkingMode ("markingMode" , com .tns .MarkingMode .none ),
20
20
HandleTimeZoneChanges ("handleTimeZoneChanges" , false ),
21
21
MaxLogcatObjectSize ("maxLogcatObjectSize" , 1024 ),
22
22
ForceLog ("forceLog" , false ),
You can’t perform that action at this time.
0 commit comments