mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-02-03 12:28:07 +00:00
t/oxr_android: Fix version code format
This commit is contained in:
parent
015abd6899
commit
e9c5d34925
|
@ -5,5 +5,8 @@
|
|||
- mr.820
|
||||
- mr.817
|
||||
- mr.918
|
||||
- mr.920
|
||||
- mr.942
|
||||
- mr.1020
|
||||
---
|
||||
More improvements to the Android port.
|
||||
|
|
|
@ -17,7 +17,7 @@ plugins {
|
|||
|
||||
androidGitVersion {
|
||||
tagPattern(/^v[0-9]+.*/)
|
||||
codeFormat = 'MMNNPPBBB'
|
||||
codeFormat = 'MMNPBBBBB'
|
||||
format = '%tag%%-count%%-gcommit%%-dirty%'
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue