File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
toolkit/src/main/cpp/export Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -96,7 +96,7 @@ Dictionary MetaToolkitExportPlugin::_get_export_options_overrides(
9696 overrides[" gradle_build/use_gradle_build" ] = true ;
9797 overrides[" gradle_build/export_format" ] = 0 ; // apk
9898 overrides[" gradle_build/min_sdk" ] = " 29" ; // Android 10
99- overrides[" gradle_build/target_sdk" ] = " 32 " ; // Android 12
99+ overrides[" gradle_build/target_sdk" ] = " 34 " ; // Android 14
100100
101101 // Check if we have an alternate build template
102102 if (FileAccess::file_exists (TOOLKIT_BUILD_TEMPLATE_ZIP_PATH)) {
@@ -157,6 +157,7 @@ Dictionary MetaToolkitExportPlugin::_get_export_options_overrides(
157157 overrides[" xr_features/enable_lynx_plugin" ] = false ;
158158 overrides[" xr_features/enable_meta_plugin" ] = true ;
159159 overrides[" xr_features/enable_pico_plugin" ] = false ;
160+ overrides[" xr_features/enable_magicleap_plugin" ] = false ;
160161
161162 return overrides;
162163}
You can’t perform that action at this time.
0 commit comments