Merge pull request #108841 from m4gr3d/xr_editor_misc_deps_update

Misc XR editor updates
This commit is contained in:
Thaddeus Crews 2025-07-22 11:20:04 -05:00
commit a30f4efbe9
No known key found for this signature in database
GPG key ID: 8C6E5FEB5FC03CCC
2 changed files with 2 additions and 2 deletions

View file

@ -15,7 +15,7 @@ ext.versions = [
// Also update 'platform/android/detect.py#get_ndk_version()' when this is updated.
ndkVersion : '28.1.13356709',
splashscreenVersion: '1.0.1',
openxrVendorsVersion: '4.0.0-stable'
openxrVendorsVersion: '4.1.0-stable'
]

View file

@ -76,7 +76,7 @@
<!-- Supported Meta devices -->
<meta-data
android:name="com.oculus.supportedDevices"
android:value="quest3|questpro"
android:value="quest2|quest3|questpro"
tools:replace="android:value" />
<!-- Enable system splash screen -->