Update the OpenXR Vendors plugin for the XR editor to the latest stable version
This commit is contained in:
parent
006e3f26b9
commit
291b89686d
2 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue