Merge pull request #108956 from m4gr3d/misc_xr_editor_updates

Update the OpenXR Vendors plugin for the XR editor to the latest stable version
This commit is contained in:
Thaddeus Crews 2025-07-27 10:28:35 -05:00
commit 8b2739ee55
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.1.0-stable'
openxrVendorsVersion: '4.1.1-stable'
]

View file

@ -108,7 +108,7 @@ android {
}
boolean devBuild = buildType == "dev"
boolean debugSymbols = devBuild || (buildType == "debug" && isAndroidStudio())
boolean debugSymbols = devBuild
boolean runTests = devBuild
boolean storeRelease = buildType == "release"
boolean productionBuild = storeRelease