Skip to content

Commit d47e3fd

Browse files
committed
Misc XR editor updates:
- Bump the OpenXR Vendors plugin version to `4.1.0-stable` - Include `quest2` in the supported devices manifest config
1 parent 71a9948 commit d47e3fd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

platform/android/java/app/config.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ext.versions = [
1515
// Also update 'platform/android/detect.py#get_ndk_version()' when this is updated.
1616
ndkVersion : '28.1.13356709',
1717
splashscreenVersion: '1.0.1',
18-
openxrVendorsVersion: '4.0.0-stable'
18+
openxrVendorsVersion: '4.1.0-stable'
1919

2020
]
2121

platform/android/java/editor/src/horizonos/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
<!-- Supported Meta devices -->
7777
<meta-data
7878
android:name="com.oculus.supportedDevices"
79-
android:value="quest3|questpro"
79+
android:value="quest2|quest3|questpro"
8080
tools:replace="android:value" />
8181

8282
<!-- Enable system splash screen -->

0 commit comments

Comments
 (0)