fixed the commit hash in the version name to 8 characters to avoid discrepancies with the F-droid build
This commit is contained in:
parent
1665b3d96c
commit
ee3931cdc2
2 changed files with 2 additions and 2 deletions
|
|
@ -17,7 +17,7 @@ def execThing (String cmdStr) {
|
|||
}
|
||||
|
||||
def getCurrentGitHash() {
|
||||
return execThing('git log -1 --format=%h')
|
||||
return execThing('git rev-parse --short=8 HEAD')
|
||||
}
|
||||
|
||||
def generateVersionName() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue