Bump the version of the openxr vendors plugin dependency

This commit is contained in:
Fredia Huya-Kouadio 2025-02-12 07:01:41 -08:00 committed by Fredia Huya-Kouadio
parent f418603522
commit 8ed8b4a89d
2 changed files with 4 additions and 3 deletions

View File

@ -12,7 +12,8 @@ ext.versions = [
javaVersion : JavaVersion.VERSION_17, javaVersion : JavaVersion.VERSION_17,
// Also update 'platform/android/detect.py#get_ndk_version()' when this is updated. // Also update 'platform/android/detect.py#get_ndk_version()' when this is updated.
ndkVersion : '23.2.8568313', ndkVersion : '23.2.8568313',
splashscreenVersion: '1.0.1' splashscreenVersion: '1.0.1',
openxrVendorsVersion: '3.1.2-stable'
] ]

View File

@ -188,7 +188,7 @@ dependencies {
implementation "org.bouncycastle:bcprov-jdk15to18:1.78" implementation "org.bouncycastle:bcprov-jdk15to18:1.78"
// Meta dependencies // Meta dependencies
horizonosImplementation "org.godotengine:godot-openxr-vendors-meta:3.0.0-stable" horizonosImplementation "org.godotengine:godot-openxr-vendors-meta:$versions.openxrVendorsVersion"
// Pico dependencies // Pico dependencies
picoosImplementation "org.godotengine:godot-openxr-vendors-pico:3.0.1-stable" picoosImplementation "org.godotengine:godot-openxr-vendors-pico:$versions.openxrVendorsVersion"
} }