Change version code to include build number

This commit is contained in:
Georg Krause 2021-07-12 09:46:57 +02:00
parent 6745705a02
commit 07a785d99b
No known key found for this signature in database
GPG Key ID: FD479B9A4D48E632
1 changed files with 1 additions and 1 deletions

View File

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