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 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"
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" }
Original file line number Diff line number Diff 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 ),
You can’t perform that action at this time.
0 commit comments