Update the OpenXR Vendors plugin for the XR editor to the latest stable version
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user