Skip to content

Commit 291b896

Browse files
committed
Update the OpenXR Vendors plugin for the XR editor to the latest stable version
1 parent 006e3f2 commit 291b896

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)