You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-06 12:20:30 +00:00
Update the OpenXR Vendors plugin for the XR editor to the latest stable version
This commit is contained in:
@@ -15,7 +15,7 @@ ext.versions = [
|
|||||||
// 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 : '28.1.13356709',
|
ndkVersion : '28.1.13356709',
|
||||||
splashscreenVersion: '1.0.1',
|
splashscreenVersion: '1.0.1',
|
||||||
openxrVendorsVersion: '4.1.0-stable'
|
openxrVendorsVersion: '4.1.1-stable'
|
||||||
|
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|||||||
@@ -108,7 +108,7 @@ android {
|
|||||||
}
|
}
|
||||||
|
|
||||||
boolean devBuild = buildType == "dev"
|
boolean devBuild = buildType == "dev"
|
||||||
boolean debugSymbols = devBuild || (buildType == "debug" && isAndroidStudio())
|
boolean debugSymbols = devBuild
|
||||||
boolean runTests = devBuild
|
boolean runTests = devBuild
|
||||||
boolean storeRelease = buildType == "release"
|
boolean storeRelease = buildType == "release"
|
||||||
boolean productionBuild = storeRelease
|
boolean productionBuild = storeRelease
|
||||||
|
|||||||
Reference in New Issue
Block a user