Преглед изворни кода

Update the OpenXR Vendors plugin for the XR editor to the latest stable version

Fredia Huya-Kouadio пре 1 месец
родитељ
комит
291b89686d
2 измењених фајлова са 2 додато и 2 уклоњено
  1. 1 1
      platform/android/java/app/config.gradle
  2. 1 1
      platform/android/java/lib/build.gradle

+ 1 - 1
platform/android/java/app/config.gradle

@@ -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'
 
 ]
 

+ 1 - 1
platform/android/java/lib/build.gradle

@@ -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