gradle-android-git-version
gradle-android-git-version copied to clipboard
Match git-describe commit hash
Out of the box behavior differs from command line git describe
, and it doesn't need to. So:
- prepend with
g
- use 8 characters
With this we can dispense with commitHashLength
(#71 might still be helpful).