Try to get androidgitversion to behave. It thinks the build is dirty when it's not.

This commit is contained in:
Henrik Rydgård 2017-11-29 15:44:16 +01:00
parent d97ec9021d
commit e9303fd1cd

View File

@ -1,5 +1,5 @@
plugins {
id 'com.gladed.androidgitversion' version '0.3.4'
id 'com.gladed.androidgitversion' version '0.4.3'
}
apply plugin: 'com.android.application'
@ -7,6 +7,7 @@ androidGitVersion {
codeFormat = "MNPPBBBB"
format = "%tag%%-count%%-branch%%-dirty%"
prefix = "v" // Only tags beginning with v are considered.
untrackedIsDirty = false
}
android {