Merge branch 'xx-version-code' into 'develop'

Change version code to include build number

See merge request funkwhale/funkwhale-android!33
This commit is contained in:
Georg Krause 2021-07-12 07:56:52 +00:00
commit e8810a4619
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%"
}