Browse Source

Wrong version code generator. [skip ci]

housekeeping/remove-warnings
Antoine POPINEAU 5 years ago
parent
commit
4e60906fe9
No known key found for this signature in database
GPG Key ID: A78AC64694F84063
  1. 2
      app/build.gradle.kts

2
app/build.gradle.kts

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

Loading…
Cancel
Save