We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fda3edd + d47e3fd commit a30f4efCopy full SHA for a30f4ef
platform/android/java/app/config.gradle
@@ -15,7 +15,7 @@ ext.versions = [
15
// Also update 'platform/android/detect.py#get_ndk_version()' when this is updated.
16
ndkVersion : '28.1.13356709',
17
splashscreenVersion: '1.0.1',
18
- openxrVendorsVersion: '4.0.0-stable'
+ openxrVendorsVersion: '4.1.0-stable'
19
20
]
21
platform/android/java/editor/src/horizonos/AndroidManifest.xml
@@ -76,7 +76,7 @@
76
<!-- Supported Meta devices -->
77
<meta-data
78
android:name="com.oculus.supportedDevices"
79
- android:value="quest3|questpro"
+ android:value="quest2|quest3|questpro"
80
tools:replace="android:value" />
81
82
<!-- Enable system splash screen -->
0 commit comments