The open source OpenXR runtime
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

xrt/android: Migrate deprecated flavorDimensions gradle API

Signed-off-by: utzcoz <utzcoz@outlook.com>

authored by

utzcoz and committed by
Rylie Pavlik
33602482 198daf42

+1 -2
+1 -2
src/xrt/targets/openxr_android/build.gradle
··· 160 160 } 161 161 } 162 162 163 - 164 - flavorDimensions 'deployment' 163 + flavorDimensions = ['deployment'] 165 164 productFlavors { 166 165 inProcess { 167 166 dimension 'deployment'