The open source OpenXR runtime
0
fork

Configure Feed

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

t/oxr_android: Fix gradle build for release 21.

authored by

Ryan Pavlik and committed by
Jakob Bornecrantz
ee81edfe 51704bc2

+1 -1
+1 -1
src/xrt/targets/openxr_android/build.gradle
··· 17 17 18 18 androidGitVersion { 19 19 tagPattern(/^v[0-9]+.*/) 20 - codeFormat = 'MNNPPPBBB' 20 + codeFormat = 'MMNNPPBBB' 21 21 format = '%tag%%-count%%-gcommit%%-dirty%' 22 22 } 23 23