Skip to content

Commit 8b2739e

Browse files
committed
Merge pull request #108956 from m4gr3d/misc_xr_editor_updates
Update the OpenXR Vendors plugin for the XR editor to the latest stable version
2 parents 03d648c + 291b896 commit 8b2739e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

platform/android/java/app/config.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ext.versions = [
1515
// Also update 'platform/android/detect.py#get_ndk_version()' when this is updated.
1616
ndkVersion : '28.1.13356709',
1717
splashscreenVersion: '1.0.1',
18-
openxrVendorsVersion: '4.1.0-stable'
18+
openxrVendorsVersion: '4.1.1-stable'
1919

2020
]
2121

platform/android/java/lib/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ android {
108108
}
109109

110110
boolean devBuild = buildType == "dev"
111-
boolean debugSymbols = devBuild || (buildType == "debug" && isAndroidStudio())
111+
boolean debugSymbols = devBuild
112112
boolean runTests = devBuild
113113
boolean storeRelease = buildType == "release"
114114
boolean productionBuild = storeRelease

0 commit comments

Comments
 (0)