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 version code format

+4 -1
+3
doc/changes/misc_features/mr.676.md
··· 5 5 - mr.820 6 6 - mr.817 7 7 - mr.918 8 + - mr.920 9 + - mr.942 10 + - mr.1020 8 11 --- 9 12 More improvements to the Android port.
+1 -1
src/xrt/targets/openxr_android/build.gradle
··· 17 17 18 18 androidGitVersion { 19 19 tagPattern(/^v[0-9]+.*/) 20 - codeFormat = 'MMNNPPBBB' 20 + codeFormat = 'MMNPBBBBB' 21 21 format = '%tag%%-count%%-gcommit%%-dirty%' 22 22 } 23 23