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

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