t/oxr_android: Fix version code format

This commit is contained in:
Ryan Pavlik 2021-11-10 09:42:31 -06:00
parent 015abd6899
commit e9c5d34925
2 changed files with 4 additions and 1 deletions
doc/changes/misc_features
src/xrt/targets/openxr_android

View file

@ -5,5 +5,8 @@
- mr.820
- mr.817
- mr.918
- mr.920
- mr.942
- mr.1020
---
More improvements to the Android port.

View file

@ -17,7 +17,7 @@ plugins {
androidGitVersion {
tagPattern(/^v[0-9]+.*/)
codeFormat = 'MMNNPPBBB'
codeFormat = 'MMNPBBBBB'
format = '%tag%%-count%%-gcommit%%-dirty%'
}