1
0
mirror of https://github.com/apognu/otter synced 2025-02-17 11:20:34 +01:00

Wrong version code generator. [skip ci]

This commit is contained in:
Antoine POPINEAU 2019-11-06 09:05:40 +01:00
parent 2c87e7c983
commit 4e60906fe9
No known key found for this signature in database
GPG Key ID: A78AC64694F84063

View File

@ -20,7 +20,7 @@ val props = Properties().apply {
}
androidGitVersion {
codeFormat = "MNNPP"
codeFormat = "MNNNPPP"
format = "%tag%%-count%%-commit%%-branch%"
}